Skip to content

Commit

Permalink
Updating to 1.4, pushing slew of changes up to Pypi (major thanks to …
Browse files Browse the repository at this point in the history
…Hades and eriks5 for their patches).
  • Loading branch information
Ryan McGrath committed Feb 26, 2011
1 parent 7cafb49 commit 7f24324
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages

__author__ = 'Ryan McGrath <[email protected]>'
__version__ = '1.3.6'
__version__ = '1.4'

setup(
# Basic package information.
Expand Down
2 changes: 1 addition & 1 deletion twython/twython.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

__author__ = "Ryan McGrath <[email protected]>"
__version__ = "1.3.6"
__version__ = "1.4"

import urllib
import urllib2
Expand Down
2 changes: 1 addition & 1 deletion twython3k/twython.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"""

__author__ = "Ryan McGrath <[email protected]>"
__version__ = "1.3.6"
__version__ = "1.4"

import urllib.request, urllib.parse, urllib.error
import urllib.request, urllib.error, urllib.parse
Expand Down

0 comments on commit 7f24324

Please sign in to comment.