Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwebbie committed Jan 27, 2016
1 parent a32598f commit 363a643
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.1.0
current_version = 1.1.1
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 .history import clone


__version__ = "1.1.0"
__version__ = "1.1.1"
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.1.0"
__version__ = "1.1.1"
long_description = open('README.md').read() + "\n\n"


Expand Down

0 comments on commit 363a643

Please sign in to comment.