diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ffc8c1ec..0e49fd9e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.19.1 +current_version = 0.19.2-dev commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? diff --git a/VERSION b/VERSION index 41915c79..1d628a60 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.19.1 +0.19.2-dev diff --git a/setup.py b/setup.py index 023cf668..8371169d 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setuptools.setup( name='cassandra-medusa', - version='0.19.1', + version='0.19.2-dev', author='The Last Pickle', author_email='medusa@thelastpickle.com', url='https://github.com/thelastpickle/cassandra-medusa',