diff options
author | Barry Warsaw <barry@python.org> | 2008-11-06 03:29:32 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-11-06 03:29:32 (GMT) |
commit | 1f0e67ec1f1415dc994fd88e53764b97c3552e5f (patch) | |
tree | 548441008aa7f09dc0144c5890c4a48d458aeb7d /Lib/distutils | |
parent | 93ef79cce3cbc7cd57602e08b59e9a6144044d82 (diff) | |
download | cpython-1f0e67ec1f1415dc994fd88e53764b97c3552e5f.zip cpython-1f0e67ec1f1415dc994fd88e53764b97c3552e5f.tar.gz cpython-1f0e67ec1f1415dc994fd88e53764b97c3552e5f.tar.bz2 |
Bumping to 3.0rc2.
Diffstat (limited to 'Lib/distutils')
-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 2bc0ab0..5e4972f 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -20,5 +20,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "3.0rc1" +__version__ = "3.0rc2" #--end constants-- |