From 7f36636847dc11f5b1dd6042216c88c26d2807cf Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Thu, 14 Jun 2018 16:36:35 +0200 Subject: [PATCH] Release 2.6.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 805e2653e..905f2daef 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '2.6.0' +VERSION = '2.6.1' HERE = os.path.abspath(os.path.dirname(__file__)) INSTALL_REQUIRES = [ pkg.split('==')[0]