Catchup version bump on release files

This commit is contained in:
Nicholas Charriere 2017-04-28 09:42:12 -07:00
parent c377e31145
commit e1b3042ba7
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[bumpversion]
current_version = 1.0.0
commit = False
tag = True
tag = False
[flake8]
show-source = True

View file

@ -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()),