From db20d667024f72e64b553d2059fecf4009f63bf1 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 9 Oct 2016 16:06:12 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c4b0a2..b32a91a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup(name="pytools", - version="2016.2.2", + version="2016.2.3", description="A collection of tools for Python", long_description=""" Pytools is a big bag of things that are "missing" from the Python standard -- GitLab