summaryrefslogtreecommitdiff
path: root/Lib/distutils/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-29 09:04:54 +0200
committerGeorg Brandl <georg@python.org>2012-09-29 09:04:54 +0200
commitb91940962aad5287ae0de480d851acbb48a04fad (patch)
tree35824a91d2fd89f27fd9369d0c48e76ee65b9d29 /Lib/distutils/__init__.py
parent17b929044bac3d4e826a7a7e57d402a3464c6fce (diff)
downloadcpython-b91940962aad5287ae0de480d851acbb48a04fad.tar.gz
Bump version to 3.3.0 final.
Diffstat (limited to 'Lib/distutils/__init__.py')
-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 b755eaaf2c..345ac4f8dd 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--