Skip to content

Commit 6802d29

Browse files
adejanovskiarodrime
authored andcommitted
Bump version: 0.7.0-dev → 0.8.0-dev
1 parent 2070530 commit 6802d29

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[bumpversion]
2-
current_version = 0.7.2-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]+))?
6-
serialize =
6+
serialize =
77
{major}.{minor}.{patch}-{release}
88
{major}.{minor}.{patch}
99

1010
[bumpversion:part:release]
1111
first_value = dev
1212
optional_value = stable
13-
values =
13+
values =
1414
dev
1515
stable
1616

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.2-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.2-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)