From eca965715e01db320a7b0495324bac897b9c4859 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Sun, 15 Jan 2012 14:07:04 -0500 Subject: [PATCH] 1.4.6 release for bug fixes - upgrade, please --- setup.py | 2 +- twython/twython.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c8c7c98..aa9eb71 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup from setuptools import find_packages __author__ = 'Ryan McGrath ' -__version__ = '1.4.5' +__version__ = '1.4.6' setup( # Basic package information. diff --git a/twython/twython.py b/twython/twython.py index f390a62..801792a 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -9,7 +9,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "1.4.5" +__version__ = "1.4.6" import cgi import urllib