Skip to content

Commit

Permalink
Bump version: 1.4.0 → 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwebbie committed Feb 11, 2016
1 parent 55bcf72 commit fe0b5e7
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.4.0
current_version = 1.4.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 @@ -17,7 +17,7 @@
from .validators import validate_config, validate_cols, validate_remote


__version__ = "1.4.0"
__version__ = "1.4.1"
pass_db = click.make_pass_decorator(Database, ensure=False)


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


__version__ = "1.4.0"
__version__ = "1.4.1"

with io.open('README.rst', encoding='utf-8') as readme_file:
long_description = readme_file.read() + "\n\n"
Expand Down

0 comments on commit fe0b5e7

Please sign in to comment.