diff --git a/setup.py b/setup.py index 4547519..fca9571 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages from setuptools import setup -VERSION = ('0', '5', '1') +VERSION = ('0', '5', '2') __version__ = '.'.join(VERSION) with open('README.md') as f: