Skip to content

Commit 731b3af

Browse files
committed
Bump version: 0.7.0-dev → 0.8.0-dev
1 parent c62dc88 commit 731b3af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7.0-dev
2+
current_version = 0.8.0-dev
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0-dev
1+
0.8.0-dev

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setuptools.setup(
2424
name='cassandra-medusa',
25-
version='0.7.0-dev',
25+
version='0.8.0-dev',
2626
author='The Last Pickle',
2727
author_email='[email protected]',
2828
url='https://github.com/thelastpickle/cassandra-medusa',

0 commit comments

Comments
 (0)