diff --git a/setup.cfg b/setup.cfg index 47fba4a..6751a0f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [bumpversion] current_version = 1.0.0 commit = False -tag = True +tag = False [flake8] show-source = True diff --git a/setup.py b/setup.py index c3028b9..3a57431 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='snappass', - version='0.1.0', + version='1.0.0', description="It's like SnapChat... for Passwords.", long_description=(open('README.rst').read() + '\n\n' + open('AUTHORS.rst').read()),