From ee4b7de91cb4b6cadd9282b092537995e0c0a57a Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sat, 4 Jul 2015 19:05:53 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4ef698..f94aa43 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup(name="pytools", - version="2014.3.5", + version="2015.1", description="A collection of tools for Python", long_description=""" Pytools is a big bag of things that are "missing" from the Python standard -- GitLab