diff --git a/setup.py b/setup.py index 54b4e17..405250e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import find_packages, setup -VERSION = '5.0.1' +VERSION = '5.1.1' with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: README = readme.read()