From acb8486c29dc1134120f6631e9af12b01fdb623f Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Tue, 18 Jun 2019 07:18:10 +0200 Subject: [PATCH] Release 3.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]