Bump version: 1.3.0 → 1.4.0

This commit is contained in:
Nicholas Charriere 2018-07-03 08:22:23 -07:00
parent 47565b3831
commit 04ead0da32
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.4.0
commit = True
tag = True
files = setup.py snappass/__init__.py

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='snappass',
version='1.3.0',
version='1.4.0',
description="It's like SnapChat... for Passwords.",
long_description=(open('README.rst').read() + '\n\n' +
open('AUTHORS.rst').read()),

View file

@ -1,2 +1,2 @@
__author__ = 'davedash'
__version__ = '1.3.0'
__version__ = '1.4.0'