Commit 9a9f104b authored by PJ Eby's avatar PJ Eby

Bump version #.

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041118
parent 3efcdec0
......@@ -29,7 +29,7 @@ Installing "Easy Install"
-------------------------
Windows users can just download and run the `setuptools binary installer for
Windows <http://peak.telecommunity.com/dist/setuptools-0.5a9.win32.exe>`_.
Windows <http://peak.telecommunity.com/dist/setuptools-0.5a10.win32.exe>`_.
All others should just download `ez_setup.py
<http://peak.telecommunity.com/dist/ez_setup.py>`_, and run it; this will
download and install the appropriate ``setuptools`` egg for your Python
......@@ -70,7 +70,7 @@ version, and automatically downloading, building, and installing it::
**Example 2**. Install or upgrade a package by name and version by finding
links on a given "download page"::
easy_install -f http://peak.telecommunity.com/dist "setuptools>=0.5a9"
easy_install -f http://peak.telecommunity.com/dist "setuptools>=0.5a10"
**Example 3**. Download a source distribution from a specified URL,
automatically building and installing it::
......
......@@ -14,7 +14,7 @@ the appropriate options to ``use_setuptools()``.
This file can also be run as a script to install or upgrade setuptools.
"""
DEFAULT_VERSION = "0.5a9"
DEFAULT_VERSION = "0.5a10"
DEFAULT_URL = "http://www.python.org/packages/source/s/setuptools/"
import sys, os
......
......@@ -15,7 +15,7 @@ def get_description():
f.close()
return ''.join(lines)
VERSION = "0.5a9"
VERSION = "0.5a10"
from setuptools import setup, find_packages
......
......@@ -64,7 +64,7 @@ Installing ``setuptools``
=========================
Windows users can just download and run the `setuptools binary installer for
Windows <http://peak.telecommunity.com/dist/setuptools-0.5a9.win32.exe>`_.
Windows <http://peak.telecommunity.com/dist/setuptools-0.5a10.win32.exe>`_.
All others should just download `ez_setup.py`_ and run it; this will
download and install the appropriate egg for your Python version.
......
......@@ -7,7 +7,7 @@ from distutils.core import Command as _Command
from distutils.util import convert_path
import os.path
__version__ = '0.5a9'
__version__ = '0.5a10'
__all__ = [
'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require',
'find_packages'
......
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