diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-06-14 15:48:44 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-06-14 15:48:44 +0000 |
| commit | d4efc98aded77e7d2fa8597412f5a05be8760c60 (patch) | |
| tree | f63f7e2399b530b03c24b36fb54584d16ad3d820 | |
| parent | 8a1ba5d6cdaa0318c4f3fc5de1ae4d092d58003e (diff) | |
| download | python-setuptools-git-d4efc98aded77e7d2fa8597412f5a05be8760c60.tar.gz | |
Bump version # for release.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041065
| -rwxr-xr-x | ez_setup.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 | ||||
| -rw-r--r-- | setuptools/__init__.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ez_setup.py b/ez_setup.py index 4cf4c549..887c4dcc 100755 --- a/ez_setup.py +++ b/ez_setup.py @@ -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.4a3" +DEFAULT_VERSION = "0.4a4" DEFAULT_URL = "http://peak.telecommunity.com/dist/" import sys, os @@ -1,7 +1,7 @@ #!/usr/bin/env python """Distutils setup file, used to install or test 'setuptools'""" -VERSION = "0.4a3" +VERSION = "0.4a4" from setuptools import setup, find_packages, Require setup( diff --git a/setuptools/__init__.py b/setuptools/__init__.py index a6a1b7eb..77fdbbbe 100644 --- a/setuptools/__init__.py +++ b/setuptools/__init__.py @@ -8,7 +8,7 @@ from distutils.core import Command as _Command from distutils.util import convert_path import os.path -__version__ = '0.4a3' +__version__ = '0.4a4' __all__ = [ 'setup', 'Distribution', 'Feature', 'Command', 'Extension', 'Require', |
