Skip to content

Commit a79f4b8

Browse files
authored
Bump version: 0.4.2 → 0.5.0 (#672)
Let's cut a new minor release with the new functionality we've merged in this week.
1 parent 3458c66 commit a79f4b8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .bumpversion.cfg

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

Diff for: doc/source/conf.py

+1-1
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.4.2'
39+
release = '0.5.0'
4040

4141
try:
4242
from setuptools_scm import get_version

Diff for: mlos_bench/_version.py

+1-1
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.4.2'
10+
_VERSION = '0.5.0'

Diff for: mlos_core/_version.py

+1-1
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.4.2'
10+
_VERSION = '0.5.0'

0 commit comments

Comments
 (0)