diff --git a/setup.py b/setup.py index a86e6fb..3a24f73 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from setuptools import setup, find_packages -VERSION_NUMBER = "3.2.0" +VERSION_NUMBER = "3.3.0" GIT_BRANCH = subprocess.check_output(["git", "rev-parse", "--abbrev-ref", "HEAD"]) GIT_BRANCH = GIT_BRANCH.decode() # convert to standard string