diff --git a/setup.cfg b/setup.cfg index 240dc68..e4c59eb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [bumpversion] -current_version = 1.0.0 -commit = False -tag = False +current_version = 1.1.0 +commit = True +tag = True files = setup.py snappass/__init__.py [flake8] @@ -9,3 +9,4 @@ show-source = True max-line-length = 120 [bumpversion:file:snappass/__init__.py] + diff --git a/setup.py b/setup.py index 3a57431..8ec96bd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='snappass', - version='1.0.0', + version='1.1.0', description="It's like SnapChat... for Passwords.", long_description=(open('README.rst').read() + '\n\n' + open('AUTHORS.rst').read()), diff --git a/snappass/__init__.py b/snappass/__init__.py index b5a206f..3bc5757 100644 --- a/snappass/__init__.py +++ b/snappass/__init__.py @@ -1,2 +1,2 @@ __author__ = 'davedash' -__version__ = '1.0.0' +__version__ = '1.1.0'