diff --git a/setup.py b/setup.py index 53073a4..cb9972f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = "1.1" +__version__ = "1.1.1-test" with open("README.md") as f: long_description = f.read()