diff --git a/setup.py b/setup.py index cda1b3ed7..d293c3315 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '3.2.5' +VERSION = '3.3.0' HERE = os.path.abspath(os.path.dirname(__file__)) INSTALL_REQUIRES = [ pkg.split('==')[0]