diff --git a/setup.py b/setup.py index 5bf2a1653..9a6c37b43 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import pipfile from setuptools import find_packages, setup -VERSION = "4.0.1" +VERSION = "4.1.0" HERE = os.path.abspath(os.path.dirname(__file__))