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