We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47565b3 commit 04ead0dCopy full SHA for 04ead0d
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.0
+current_version = 1.4.0
3
commit = True
4
tag = True
5
files = setup.py snappass/__init__.py
setup.py
@@ -2,7 +2,7 @@
setup(
name='snappass',
- version='1.3.0',
+ version='1.4.0',
6
description="It's like SnapChat... for Passwords.",
7
long_description=(open('README.rst').read() + '\n\n' +
8
open('AUTHORS.rst').read()),
snappass/__init__.py
@@ -1,2 +1,2 @@
__author__ = 'davedash'
-__version__ = '1.3.0'
+__version__ = '1.4.0'
0 commit comments