diff --git a/setup.py b/setup.py index 18ebb0f..126232c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name="srt-py", - version='1.0.0', + version='v1.1.0', include_package_data=True, cmdclass=versioneer.get_cmdclass(), author="MIT Haystack", diff --git a/srt/__init__.py b/srt/__init__.py index 4d76aab..26fb877 100644 --- a/srt/__init__.py +++ b/srt/__init__.py @@ -1,3 +1,3 @@ from . import _version -__version__ = '1.0.0' +__version__ = 'v1.1.0'