diff --git a/setup.py b/setup.py index 420e25b..8e3bf48 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup from setuptools import find_packages __author__ = 'Ryan McGrath ' -__version__ = '1.3.6' +__version__ = '1.4' setup( # Basic package information. diff --git a/twython/twython.py b/twython/twython.py index b8549fc..a35e42b 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -9,7 +9,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "1.3.6" +__version__ = "1.4" import urllib import urllib2 diff --git a/twython3k/twython.py b/twython3k/twython.py index 2e686b9..7a86649 100644 --- a/twython3k/twython.py +++ b/twython3k/twython.py @@ -9,7 +9,7 @@ """ __author__ = "Ryan McGrath " -__version__ = "1.3.6" +__version__ = "1.4" import urllib.request, urllib.parse, urllib.error import urllib.request, urllib.error, urllib.parse