summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-23 15:15:21 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-23 15:15:21 (GMT)
commit8506d3591cb49d2ccda1d452cf04463274f5349d (patch)
tree4ddb4787e69316580eacae3a0cb4a68058c27882 /Lib/distutils
parent6147515d02f0c2961f3bf5fd93a85cc512b18c95 (diff)
downloadcpython-8506d3591cb49d2ccda1d452cf04463274f5349d.zip
cpython-8506d3591cb49d2ccda1d452cf04463274f5349d.tar.gz
cpython-8506d3591cb49d2ccda1d452cf04463274f5349d.tar.bz2
Bump to 3.3.0rc3.v3.3.0rc3
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 f23d886..b755eaa 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.0rc2"
+__version__ = "3.3.0rc3"
#--end constants--