Bump version: 1.4.1 → 1.4.2
This commit is contained in:
parent
e0b996d3d3
commit
007f1fbf43
3 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 1.4.1
|
||||
current_version = 1.4.2
|
||||
commit = True
|
||||
tag = True
|
||||
files = setup.py snappass/__init__.py
|
||||
|
@ -7,3 +7,4 @@ files = setup.py snappass/__init__.py
|
|||
[flake8]
|
||||
show-source = True
|
||||
max-line-length = 120
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='snappass',
|
||||
version='1.4.1',
|
||||
version='1.4.2',
|
||||
description="It's like SnapChat... for Passwords.",
|
||||
long_description=(open('README.rst').read() + '\n\n' +
|
||||
open('AUTHORS.rst').read()),
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '1.4.1'
|
||||
__version__ = '1.4.2'
|
||||
|
|
Loading…
Reference in a new issue