summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-06-27 22:03:18 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-06-27 22:03:18 (GMT)
commite8fb2039c07408396a815b05eec07f6286dbb11b (patch)
treeea55d06a382a9986e72826d12b68e86217aa29f0 /Lib/distutils
parent09be4159bf4db9719d843367fb8512d74f2c5284 (diff)
downloadcpython-e8fb2039c07408396a815b05eec07f6286dbb11b.zip
cpython-e8fb2039c07408396a815b05eec07f6286dbb11b.tar.gz
cpython-e8fb2039c07408396a815b05eec07f6286dbb11b.tar.bz2
version to 3.1.1a0
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 73c77f1..994e91f 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.1"
+__version__ = "3.1.1a0"
#--end constants--