From 4710ee93e4b9c4a9410d360b480f1fbe49574b9d Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 15 Oct 2016 22:36:13 -0700 Subject: [PATCH] change version number 1.2.1 -> 1.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ef7bfb..a4f9a09 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup -VERSION = '1.2.1' +VERSION = '1.2.2' AUTHOR_NAME = 'Andy Port' AUTHOR_EMAIL = 'AndyAPort@gmail.com'