From f19a2fe6c19e393f1ed84654368250e8469c4597 Mon Sep 17 00:00:00 2001 From: Abhinav Ajgonkar Date: Sun, 19 May 2013 04:18:40 -0400 Subject: [PATCH] Bumping version number --- gnippy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnippy/__init__.py b/gnippy/__init__.py index 03c1b05..4f0d6ab 100644 --- a/gnippy/__init__.py +++ b/gnippy/__init__.py @@ -2,7 +2,7 @@ # gnippy - GNIP for Python __title__ = 'gnippy' -__version__ = '0.3.1' +__version__ = '0.3.2' __author__ = 'Abhinav Ajgaonkar' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2012-2013 Abhinav Ajgaonkar'