diff --git a/setup.cfg b/setup.cfg index 16d70de..cc107ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.4 +current_version = 0.3.5 commit = True tag = True message = Release {new_version} diff --git a/setup.py b/setup.py index 30ecf9a..a5ab6db 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,11 @@ from setuptools import setup -VERSION = '0.3.4' +VERSION = '0.3.5' install_requires = [ "arrow==0.17.0", "cassandra-driver==3.24.0", - "cassandra-migrate==0.3.4", + "cassandra-migrate==0.3.5", "click==7.1.2", "future==0.18.2", "geomet==0.2.1.post1",