diff --git a/setup.py b/setup.py index 1414c0b30..c7c3a881b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import pipfile from setuptools import find_packages, setup -VERSION = "4.1.0" +VERSION = "4.1.1" HERE = os.path.abspath(os.path.dirname(__file__))