From 338b5122ed87d22320c7c28e2763a6b42541ac59 Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Fri, 9 Feb 2018 07:44:00 +0100 Subject: [PATCH] Release 1.6.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cdea81d6f..4205e051b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '1.5.0' +VERSION = '1.6.0' HERE = os.path.abspath(os.path.dirname(__file__)) INSTALL_REQUIRES = [ pkg.split('==')[0]