diff options
author | Barry Warsaw <barry@python.org> | 2008-06-19 00:35:43 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-06-19 00:35:43 (GMT) |
commit | c1e689ec9677f3222790aaf7da5c8c7361e50115 (patch) | |
tree | c8b8f9e1e0740c0b921b68f3abadb43aec7b5548 /Lib/distutils | |
parent | ce943b6e22ae46855cc2fad4fff3a4e9f6171612 (diff) | |
download | cpython-c1e689ec9677f3222790aaf7da5c8c7361e50115.zip cpython-c1e689ec9677f3222790aaf7da5c8c7361e50115.tar.gz cpython-c1e689ec9677f3222790aaf7da5c8c7361e50115.tar.bz2 |
Bump to 3.0b1v3.0b1
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 3618c4f..54fc236 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -20,5 +20,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "3.0a5" +__version__ = "3.0b1" #--end constants-- |