Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwebbie committed Jan 26, 2016
1 parent 9932dd5 commit bd0f5cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1
current_version = 1.0.2
commit = True
tag = False

2 changes: 1 addition & 1 deletion passpie/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from .utils import genpass, ensure_dependencies


__version__ = "1.0.1"
__version__ = "1.0.2"
pass_db = click.make_pass_decorator(Database)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from distutils.core import setup, Command, find_packages


__version__ = "1.0.1"
__version__ = "1.0.2"
long_description = open('README.md').read() + "\n\n"


Expand Down

0 comments on commit bd0f5cc

Please sign in to comment.