We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3458c66 commit a79f4b8Copy full SHA for a79f4b8
4 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.2
+current_version = 0.5.0
3
commit = True
4
tag = True
5
doc/source/conf.py
@@ -36,7 +36,7 @@
36
author = 'GSL'
37
38
# The full version, including alpha/beta/rc tags
39
-release = '0.4.2'
+release = '0.5.0'
40
41
try:
42
from setuptools_scm import get_version
mlos_bench/_version.py
@@ -7,4 +7,4 @@
7
"""
8
9
# NOTE: This should be managed by bumpversion.
10
-_VERSION = '0.4.2'
+_VERSION = '0.5.0'
mlos_core/_version.py
0 commit comments