diff --git a/setup.py b/setup.py index 4a10bf1..f6c8066 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,8 @@ -#!/usr/bin/env python - from setuptools import setup from setuptools import find_packages __author__ = 'Ryan McGrath ' -__version__ = '2.5.1' +__version__ = '2.5.2' setup( # Basic package information. diff --git a/twython-django b/twython-django index e9b3190..3ffebcc 160000 --- a/twython-django +++ b/twython-django @@ -1 +1 @@ -Subproject commit e9b31903727af8e38c4e2f047b8f9e6c9aa9a38f +Subproject commit 3ffebcc57f57ad5db1d0ba8f940f2bab02f671a5 diff --git a/twython/twython.py b/twython/twython.py index 1f6917e..ab89a94 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -7,7 +7,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "2.5.1" +__version__ = "2.5.2" import urllib import re