Skip to content

Commit

Permalink
Bump version: 0.18.0-dev → 0.19.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek committed Feb 13, 2024
1 parent 05b64c2 commit 869aeda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.18.0-dev
current_version = 0.19.0-dev
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand All @@ -17,4 +17,3 @@ values =
[bumpversion:file:VERSION]

[bumpversion:file:setup.py]

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.0-dev
0.19.0-dev
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setuptools.setup(
name='cassandra-medusa',
version='0.18.0-dev',
version='0.19.0-dev',
author='The Last Pickle',
author_email='medusa@thelastpickle.com',
url='https://github.com/thelastpickle/cassandra-medusa',
Expand Down

0 comments on commit 869aeda

Please # to comment.