Skip to content

Commit c6bb266

Browse files
authored
New release 0.6.2 (#913)
New release 0.6.2
1 parent e20dff6 commit c6bb266

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.1
2+
current_version = 0.6.2
33
commit = True
44
tag = True
55

doc/source/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""Version number for the MLOS documentation."""
66

77
# NOTE: This should be managed by bumpversion.
8-
VERSION = "0.6.1"
8+
VERSION = "0.6.2"
99

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

mlos_bench/mlos_bench/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""Version number for the mlos_bench package."""
66

77
# NOTE: This should be managed by bumpversion.
8-
VERSION = "0.6.1"
8+
VERSION = "0.6.2"
99

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

mlos_core/mlos_core/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""Version number for the mlos_core package."""
66

77
# NOTE: This should be managed by bumpversion.
8-
VERSION = "0.6.1"
8+
VERSION = "0.6.2"
99

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

mlos_viz/mlos_viz/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""Version number for the mlos_viz package."""
66

77
# NOTE: This should be managed by bumpversion.
8-
VERSION = "0.6.1"
8+
VERSION = "0.6.2"
99

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

0 commit comments

Comments
 (0)