summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-23 15:05:12 (GMT)
committerGeorg Brandl <georg@python.org>2013-03-23 15:05:12 (GMT)
commitd08d0b1c69b19c58afb998e30eadfc7b9de26378 (patch)
tree97e26bc810da87bb02bad26b5305f4081417bce9 /Lib/distutils
parent0a1bc11c66a5037b4db8c414adce0012bf1d28fa (diff)
downloadcpython-d08d0b1c69b19c58afb998e30eadfc7b9de26378.zip
cpython-d08d0b1c69b19c58afb998e30eadfc7b9de26378.tar.gz
cpython-d08d0b1c69b19c58afb998e30eadfc7b9de26378.tar.bz2
Bump to 3.3.1rc1.
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 345ac4f..c30da0b 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.3.0"
+__version__ = "3.3.1rc1"
#--end constants--