Skip to content

Commit dc11f71

Browse files
authored
Bump version: 0.5.0 → 0.5.1 to mark a stable version before the big changes (async Environment etc.) (#695)
1 parent 0127775 commit dc11f71

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.5.1
33
commit = True
44
tag = True
55

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
author = 'GSL'
3737

3838
# The full version, including alpha/beta/rc tags
39-
release = '0.5.0'
39+
release = '0.5.1'
4040

4141
try:
4242
from setuptools_scm import get_version

mlos_bench/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"""
88

99
# NOTE: This should be managed by bumpversion.
10-
_VERSION = '0.5.0'
10+
_VERSION = '0.5.1'

mlos_core/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
"""
88

99
# NOTE: This should be managed by bumpversion.
10-
_VERSION = '0.5.0'
10+
_VERSION = '0.5.1'

0 commit comments

Comments
 (0)