diff --git a/setup.py b/setup.py index 80bbcd4..951409f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import find_packages, setup -VERSION = '1.0' +VERSION = '1.0.0' with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: README = readme.read()