Version number bump, no need for env python line #126

Merged
michaelhelmick merged 1 commit from patch-2 into master 2012-11-10 16:57:45 -08:00
Showing only changes of commit d52ce03de4 - Show all commits

View file

@ -1,5 +1,3 @@
#!/usr/bin/env python
""" """
Twython is a library for Python that wraps the Twitter API. Twython is a library for Python that wraps the Twitter API.
It aims to abstract away all the API endpoints, so that additions to the library It aims to abstract away all the API endpoints, so that additions to the library
@ -9,7 +7,7 @@
""" """
__author__ = "Ryan McGrath <ryan@venodesigns.net>" __author__ = "Ryan McGrath <ryan@venodesigns.net>"
__version__ = "2.5.0" __version__ = "2.5.1"
import urllib import urllib
import re import re