From b819776f7c7e7827925d577e9199c6b22cb34f15 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 2 Oct 2016 14:01:05 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd9769d..92c36d0 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup(name="pytools", - version="2016.2.1", + version="2016.2.2", description="A collection of tools for Python", long_description=""" Pytools is a big bag of things that are "missing" from the Python standard -- GitLab