Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelad committed Dec 30, 2016
1 parent 61727c4 commit b48eb5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from __future__ import unicode_literals


__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def find_version(*file_paths):
'Babel>=2.3.4',
'click>=6.6',
'click-default-group>=1.2',
'pymonzo>=0.2.1',
'pymonzo>=0.2.2',
],
extras_require={
'testing': ['pytest'],
Expand Down

0 comments on commit b48eb5c

Please sign in to comment.