Skip to content

Commit

Permalink
change to 0.6.21
Browse files Browse the repository at this point in the history
accordingly to the laws of murphy 0.6.23 does not exist...
  • Loading branch information
johnnykv committed Mar 1, 2013
1 parent 8f4e05b commit 14bd84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribute_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def quote(arg):
args = [quote(arg) for arg in args]
return os.spawnl(os.P_WAIT, sys.executable, *args) == 0

DEFAULT_VERSION = "0.6.23"
DEFAULT_VERSION = "0.6.35"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"

Expand Down

0 comments on commit 14bd84a

Please sign in to comment.