Commit 781b4157 authored by Jason R. Coombs's avatar Jason R. Coombs

Bumped revision

--HG--
branch : distribute
extra : rebase_source : 6ebf94097c5975957a8596aaadc1b466cdcbf796
parent 7c3f41d0
......@@ -32,7 +32,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete
[console_scripts]
easy_install = setuptools.command.easy_install:main
easy_install-3.2 = setuptools.command.easy_install:main
easy_install-2.7 = setuptools.command.easy_install:main
[setuptools.file_finders]
svn_cvs = setuptools.command.sdist:_default_revctrl
......
......@@ -46,7 +46,7 @@ except ImportError:
args = [quote(arg) for arg in args]
return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
DEFAULT_VERSION = "0.6.20"
DEFAULT_VERSION = "0.6.21"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"
......
#!/bin/sh
export VERSION="0.6.20"
export VERSION="0.6.21"
# tagging
hg tag $VERSION
......
......@@ -37,7 +37,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__']
VERSION = "0.6.20"
VERSION = "0.6.21"
from setuptools import setup, find_packages
from setuptools.command.build_py import build_py as _build_py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment