Skip to content

Commit

Permalink
New release 0.6.2 (#913)
Browse files Browse the repository at this point in the history
New release 0.6.2
  • Loading branch information
bpkroth authored Jan 6, 2025
1 parent e20dff6 commit c6bb266
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.1
current_version = 0.6.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion doc/source/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion mlos_bench/mlos_bench/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion mlos_core/mlos_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion mlos_viz/mlos_viz/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c6bb266

Please sign in to comment.