diff --git a/setup.py b/setup.py index 7e4947e..f0ac96a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r") as readme_file: long_description = readme_file.read() -VERSION = "0.1.4" +VERSION = "0.2.0" class VerifyVersionCommand(install): """Custom command to verify that the git tag matches our version"""