Merge pull request #61 from pinterest/bump-version

Bump version
This commit is contained in:
Nicholas Charriere 2017-04-28 09:55:18 -07:00 committed by GitHub
commit b03755969b
3 changed files with 6 additions and 4 deletions

View file

@ -1,10 +1,12 @@
[bumpversion]
current_version = 1.0.0
commit = False
current_version = 1.1.0
commit = True
tag = True
files = setup.py snappass/__init__.py
[flake8]
show-source = True
max-line-length = 120
[bumpversion:file:snappass/__init__.py]

View file

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='snappass',
version='0.1.0',
version='1.1.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.0.0'
__version__ = '1.1.0'