diff --git a/setup.py b/setup.py index ce47dc0..b27f5b4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os import pkg_resources from setuptools import setup -VERSION = '0.6.0' +VERSION = '0.6.1' with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: README = readme.read()