From 15e81429b8fa162760b402e33761fa31a349b114 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 8 Apr 2009 10:18:23 -0400 Subject: [PATCH] Bump version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03c2a1a..5b4af55 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ ez_setup.use_setuptools() from setuptools import setup setup(name="pytools", - version="9", + version="10", description="A collection of tools for Python", long_description=""" Pytools is a big bag of things that are "missing" from the Python standard -- GitLab