Catchup version bump on release files
This commit is contained in:
parent
c377e31145
commit
e1b3042ba7
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[bumpversion]
|
||||
current_version = 1.0.0
|
||||
commit = False
|
||||
tag = True
|
||||
tag = False
|
||||
|
||||
[flake8]
|
||||
show-source = True
|
||||
|
|
2
setup.py
2
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()),
|
||||
|
|
Loading…
Reference in a new issue