From 7ccf8a2bafa865d79df04cfd1ad14343a7fa2a69 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Thu, 14 Oct 2010 10:31:53 -0400 Subject: [PATCH] Bump version slightly --- setup.py | 2 +- twython/core.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: