Skip to content

Commit

Permalink
version change after PyPi release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emirozer committed Feb 9, 2018
1 parent a05bddb commit 568cf42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fake2db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"""

__title__ = 'fake2db'
__version__ = '0.5.3'
__version__ = '0.5.4'
__author__ = 'Emir Ozer'
__license__ = 'GNU General Public License v2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='fake2db',
version='0.5.3',
version='0.5.4',
author='Emir Ozer',
author_email='[email protected]',
url='https://github.com/emirozer/fake2db',
Expand Down

0 comments on commit 568cf42

Please sign in to comment.