Skip to content

Commit 04ead0d

Browse files
author
Nicholas Charriere
committed
Bump version: 1.3.0 → 1.4.0
1 parent 47565b3 commit 04ead0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.0
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55
files = setup.py snappass/__init__.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='snappass',
5-
version='1.3.0',
5+
version='1.4.0',
66
description="It's like SnapChat... for Passwords.",
77
long_description=(open('README.rst').read() + '\n\n' +
88
open('AUTHORS.rst').read()),

snappass/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'davedash'
2-
__version__ = '1.3.0'
2+
__version__ = '1.4.0'

0 commit comments

Comments
 (0)