summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-29 07:04:54 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-29 07:04:54 (GMT)
commitc7dcd50e4ec3e7d1269b1a82adf428f7096ba420 (patch)
tree5f5dae5789df09b9aa4aa699d951edd0422ce9cb /Lib/distutils
parentd6e857b0da954db1b39afba67d9072252abade57 (diff)
downloadcpython-c7dcd50e4ec3e7d1269b1a82adf428f7096ba420.zip
cpython-c7dcd50e4ec3e7d1269b1a82adf428f7096ba420.tar.gz
cpython-c7dcd50e4ec3e7d1269b1a82adf428f7096ba420.tar.bz2
Bump version to 3.3.0 final.
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 b755eaa..345ac4f 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.0rc3"
+__version__ = "3.3.0"
#--end constants--