summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-03-04 15:23:53 (GMT)
committerGeorg Brandl <georg@python.org>2012-03-04 15:23:53 (GMT)
commit6c8850d94d9d7cdfc66de8e3769898257c1c7500 (patch)
treeccbf3c2ee80a11a173c5834b6bfc869a00c78820 /Lib/distutils
parent0e475c359c5be32a439b589dca848dccc59732e5 (diff)
downloadcpython-6c8850d94d9d7cdfc66de8e3769898257c1c7500.zip
cpython-6c8850d94d9d7cdfc66de8e3769898257c1c7500.tar.gz
cpython-6c8850d94d9d7cdfc66de8e3769898257c1c7500.tar.bz2
Bump to 3.3.0a1.
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 f883916..8b4261a 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.3a0"
+__version__ = "3.3.0a1"
#--end constants--