From 09673f5ea087f0ccbc04b885f611219aff91b79d Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Fri, 20 Jun 2014 07:42:51 -0500 Subject: [PATCH] Bump version, again --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e67686..b4474a8 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ except ImportError: from distutils.command.build_py import build_py setup(name="pytools", - version="2014.2", + version="2014.2.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