From b88cad501c3cee3d186c016f43748810625950d4 Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Wed, 13 Mar 2019 11:54:48 +0100 Subject: [PATCH] Release 3.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef240c3ff..12de886bb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '3.1.0' +VERSION = '3.2.0' HERE = os.path.abspath(os.path.dirname(__file__)) INSTALL_REQUIRES = [ pkg.split('==')[0]