-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating to 1.4, pushing slew of changes up to Pypi (major thanks to …
…Hades and eriks5 for their patches).
- Loading branch information
Ryan McGrath
committed
Feb 26, 2011
1 parent
7cafb49
commit 7f24324
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
""" | ||
|
||
__author__ = "Ryan McGrath <[email protected]>" | ||
__version__ = "1.3.6" | ||
__version__ = "1.4" | ||
|
||
import urllib | ||
import urllib2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|