diff --git a/setup.py b/setup.py index 4436cce..e866555 100644 --- a/setup.py +++ b/setup.py @@ -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()