From 74a94adc11009f4159d80569df9f7d0fc6ee03a1 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 9 Jun 2013 19:36:56 -0400 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3f9f89..21bcfe6 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ except ImportError: from distutils.command.build_py import build_py setup(name="pytools", - version="2013.3", + version="2013.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