diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-06 20:34:14 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-06 20:34:14 (GMT) |
commit | 8e7c1178a03de3e0bff7b019a56ff9a3493b0929 (patch) | |
tree | 4f54722ccd0d34ad760ba300f1a3e24ce30e4629 /Lib/distutils/__init__.py | |
parent | 632df993dc638428e69b9b236477e97b70707753 (diff) | |
download | cpython-8e7c1178a03de3e0bff7b019a56ff9a3493b0929.zip cpython-8e7c1178a03de3e0bff7b019a56ff9a3493b0929.tar.gz cpython-8e7c1178a03de3e0bff7b019a56ff9a3493b0929.tar.bz2 |
bump version to 2.7a4v2.7a4
Diffstat (limited to 'Lib/distutils/__init__.py')
-rw-r--r-- | Lib/distutils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 977643b..0158996 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "2.7a3" +__version__ = "2.7a4" #--end constants-- |