summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-12-03 16:46:14 (GMT)
committerBarry Warsaw <barry@python.org>2008-12-03 16:46:14 (GMT)
commit97f005d137b59887e64fed801197aae1b3597083 (patch)
tree4859c2940d554db1c2085b996ba6ba0260dca79a /Lib/distutils
parent815427c481fbef0f9110f4e3d3e4c2d9eebd64cd (diff)
downloadcpython-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__.py2
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--