From c6bb26657b0acc7566a79b50fe8b195ba9e677b4 Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Mon, 6 Jan 2025 16:53:46 -0600 Subject: [PATCH] New release 0.6.2 (#913) New release 0.6.2 --- .bumpversion.cfg | 2 +- doc/source/version.py | 2 +- mlos_bench/mlos_bench/version.py | 2 +- mlos_core/mlos_core/version.py | 2 +- mlos_viz/mlos_viz/version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f5326c2c01e..9af8e998a47 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 0.6.2 commit = True tag = True diff --git a/doc/source/version.py b/doc/source/version.py index f7e8446eefc..2015938e565 100644 --- a/doc/source/version.py +++ b/doc/source/version.py @@ -5,7 +5,7 @@ """Version number for the MLOS documentation.""" # NOTE: This should be managed by bumpversion. -VERSION = "0.6.1" +VERSION = "0.6.2" if __name__ == "__main__": print(VERSION) diff --git a/mlos_bench/mlos_bench/version.py b/mlos_bench/mlos_bench/version.py index 9bb7876ac4b..92881768376 100644 --- a/mlos_bench/mlos_bench/version.py +++ b/mlos_bench/mlos_bench/version.py @@ -5,7 +5,7 @@ """Version number for the mlos_bench package.""" # NOTE: This should be managed by bumpversion. -VERSION = "0.6.1" +VERSION = "0.6.2" if __name__ == "__main__": print(VERSION) diff --git a/mlos_core/mlos_core/version.py b/mlos_core/mlos_core/version.py index 64b1c52022f..6a8fa28ca78 100644 --- a/mlos_core/mlos_core/version.py +++ b/mlos_core/mlos_core/version.py @@ -5,7 +5,7 @@ """Version number for the mlos_core package.""" # NOTE: This should be managed by bumpversion. -VERSION = "0.6.1" +VERSION = "0.6.2" if __name__ == "__main__": print(VERSION) diff --git a/mlos_viz/mlos_viz/version.py b/mlos_viz/mlos_viz/version.py index a38eddb9e9e..1638a89ecb1 100644 --- a/mlos_viz/mlos_viz/version.py +++ b/mlos_viz/mlos_viz/version.py @@ -5,7 +5,7 @@ """Version number for the mlos_viz package.""" # NOTE: This should be managed by bumpversion. -VERSION = "0.6.1" +VERSION = "0.6.2" if __name__ == "__main__": print(VERSION)