diff --git a/setup.py b/setup.py index 800c67e..60ea710 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages __author__ = 'Ryan McGrath ' -__version__ = '1.2' +__version__ = '1.2.1' setup( diff --git a/twython/core.py b/twython/core.py index 41bcff5..1d15c85 100644 --- a/twython/core.py +++ b/twython/core.py @@ -22,7 +22,7 @@ from urllib2 import HTTPError __author__ = "Ryan McGrath " -__version__ = "1.1" +__version__ = "1.2.1" try: