diff --git a/setup.py b/setup.py index 0647b80..e11483b 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.0.2" +VERSION = "0.0.3" with open("README.md") as readme_file: readme = readme_file.read()