Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.6.1 (#845)
Browse files Browse the repository at this point in the history
Bump version after #844 which represents a breaking config schema
change.
  • Loading branch information
bpkroth authored Aug 16, 2024
1 parent fadfacb commit 6134b14
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.0
current_version = 0.6.1
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 @@ -7,7 +7,7 @@
"""

# NOTE: This should be managed by bumpversion.
VERSION = '0.6.0'
VERSION = '0.6.1'

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.0"
VERSION = "0.6.1"

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.0"
VERSION = "0.6.1"

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.0"
VERSION = "0.6.1"

if __name__ == "__main__":
print(VERSION)

0 comments on commit 6134b14

Please sign in to comment.