From 0d00ae97fb53347b2a720b988f2d4f356f307f4d Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Wed, 23 May 2012 18:49:08 +0900 Subject: [PATCH] 2.0.1 release, fixes auth error --- setup.py | 2 +- twython/twython.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0b4a63d..df5aef3 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.0.0' +__version__ = '2.0.1' setup( # Basic package information. diff --git a/twython/twython.py b/twython/twython.py index 5e05ecc..92862c7 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -9,7 +9,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "2.0.0" +__version__ = "2.0.1" import urllib import re