From 369874cc53cf1f4f1952fe7415f47e6effca0a37 Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Fri, 4 May 2018 10:33:23 +0200 Subject: [PATCH] Release 2.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 31eb6c6b6..35b5d34c8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '2.0.2' +VERSION = '2.1.0' HERE = os.path.abspath(os.path.dirname(__file__)) INSTALL_REQUIRES = [ pkg.split('==')[0]