From 2c720493f2f07817774584968051eab9fe552d39 Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Mon, 19 Aug 2019 10:11:21 +0200 Subject: [PATCH] Release 3.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92ea01744..062561d00 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '3.4.0' +VERSION = '3.5.0' HERE = os.path.abspath(os.path.dirname(__file__)) INSTALL_REQUIRES = [ pkg.split('==')[0]