diff --git a/setup.py b/setup.py index c8af415..2c6b9f9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open("README.md", "r") as fh: long_description = fh.read() -VERSION = "1.0.1" +VERSION = "1.0.2" class VerifyVersionCommand(install): """Custom command to verify that the git tag matches our version"""