From 4a122b75ee327f8df0566ca8769adb5248b4d672 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 23 Nov 2014 20:27:18 -0600 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index afa04d5..7303b8e 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.3.3", + version="2014.3.4", description="A collection of tools for Python", long_description=""" Pytools is a big bag of things that are "missing" from the Python standard -- GitLab