diff --git a/setup.py b/setup.py index 80c87cd..76271cf 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools from setuptools import setup -VERSION="0.01" +VERSION="0.0.1" def readme(): readmePath = os.path.abspath(os.path.join(__file__, "..", "README.md"))