diff options
author | Barry Warsaw <barry@python.org> | 2008-08-21 02:39:51 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-08-21 02:39:51 (GMT) |
commit | 57c1058c34ec9549575c376e175289bab6844c4f (patch) | |
tree | 7071719d6d0b23dcd169001496328ea7f5a87851 /Lib/distutils | |
parent | 6e7740c790bf41f520e304ec17abf79a5373b5cc (diff) | |
download | cpython-57c1058c34ec9549575c376e175289bab6844c4f.zip cpython-57c1058c34ec9549575c376e175289bab6844c4f.tar.gz cpython-57c1058c34ec9549575c376e175289bab6844c4f.tar.bz2 |
Bumping to 3.0b3v3.0b3
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 48bb005..9af2d92 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -20,5 +20,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "3.0b2" +__version__ = "3.0b3" #--end constants-- |