diff --git a/setup.py b/setup.py index 91f84e03c..1cd2e6933 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import pipfile from setuptools import find_packages, setup -VERSION = "5.0.1" +VERSION = "5.0.2" HERE = os.path.abspath(os.path.dirname(__file__))