Skip to content

Commit

Permalink
versioned up to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresMWeber committed May 7, 2017
1 parent 61311e3 commit 30f0d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
from os.path import abspath, dirname, join
from setuptools import find_packages, setup

__version__ = '0.5.3'
__version__ = '0.5.4'

with codecs.open(join(abspath(dirname(__file__)), 'README.rst'), encoding='utf-8') as readme_file:
long_description = readme_file.read()
Expand Down

0 comments on commit 30f0d39

Please sign in to comment.