From e1c4035a637f737e602c6c05ba1d30d998e0264f Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Wed, 25 Jul 2012 03:56:12 +0900 Subject: [PATCH] Version bump for bug-fix rollout --- setup.py | 2 +- twython/twython.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fd1a9a1..223c02b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup from setuptools import find_packages __author__ = 'Ryan McGrath ' -__version__ = '2.3.2' +__version__ = '2.3.3' setup( # Basic package information. diff --git a/twython/twython.py b/twython/twython.py index 40857cf..a1185d2 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -9,7 +9,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "2.3.2" +__version__ = "2.3.3" import urllib import re