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]
|
[bumpversion]
|
||||||
current_version = 1.0.0
|
current_version = 1.0.0
|
||||||
commit = False
|
commit = False
|
||||||
tag = True
|
tag = False
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
show-source = True
|
show-source = True
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='snappass',
|
name='snappass',
|
||||||
version='0.1.0',
|
version='1.0.0',
|
||||||
description="It's like SnapChat... for Passwords.",
|
description="It's like SnapChat... for Passwords.",
|
||||||
long_description=(open('README.rst').read() + '\n\n' +
|
long_description=(open('README.rst').read() + '\n\n' +
|
||||||
open('AUTHORS.rst').read()),
|
open('AUTHORS.rst').read()),
|
||||||
|
|
Loading…
Reference in a new issue