diff --git a/setup.py b/setup.py index 6188c7d..f66d614 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup -__version__ = "0.10.0" +__version__ = "0.11.0" with open("README.md") as readme_file: long_description = readme_file.read()