diff options
| author | Barry Warsaw <barry@python.org> | 2008-11-21 01:18:21 (GMT) |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2008-11-21 01:18:21 (GMT) |
| commit | 43baef41fdf4b448d74fbd88ca738b1f4ddc6670 (patch) | |
| tree | 308fb8010ce63a34a8bdd9ef72ae0e2444507719 /Lib/distutils/__init__.py | |
| parent | 2d71822fdb93ac63f24983a39db3bf47c56ca4c0 (diff) | |
| download | cpython-3.0rc3.zip cpython-3.0rc3.tar.gz cpython-3.0rc3.tar.bz2 | |
Bump to 3.0rc3v3.0rc3
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 5e4972f..2cf9d4d 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -20,5 +20,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "3.0rc2" +__version__ = "3.0rc3" #--end constants-- |
