From 0629cbb0b75868c4bbe8bd2eda57b80c2cd2c88c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 28 Jul 2013 22:36:57 -0400 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf6fd6a..dfabc07 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="2013.5.5", + version="2013.5.6", description="A collection of tools for Python", long_description=""" Pytools is a big bag of things that are "missing" from the Python standard -- GitLab