From d52ce03de43c6bd1e96952b2da4df7a32c7de8c8 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Fri, 9 Nov 2012 10:50:32 -0500 Subject: [PATCH] Version number bump, no need for env python line --- twython/twython.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/twython/twython.py b/twython/twython.py index 5bf25fb..a97909b 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """ 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 @@ -9,7 +7,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "2.5.0" +__version__ = "2.5.1" import urllib import re