diff options
author | Barry Warsaw <barry@python.org> | 2008-12-03 16:46:14 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-12-03 16:46:14 (GMT) |
commit | 97f005d137b59887e64fed801197aae1b3597083 (patch) | |
tree | 4859c2940d554db1c2085b996ba6ba0260dca79a /Lib/distutils | |
parent | 815427c481fbef0f9110f4e3d3e4c2d9eebd64cd (diff) | |
download | cpython-97f005d137b59887e64fed801197aae1b3597083.zip cpython-97f005d137b59887e64fed801197aae1b3597083.tar.gz cpython-97f005d137b59887e64fed801197aae1b3597083.tar.bz2 |
Prep for Python 3.1!
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 2cf9d4d..34fc008 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -20,5 +20,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "3.0rc3" +__version__ = "3.1a0" #--end constants-- |