summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-04-06 07:40:02 (GMT)
committerGeorg Brandl <georg@python.org>2013-04-06 07:40:02 (GMT)
commit9aa23c5671218dfe62e35945d0ff884f2727d312 (patch)
tree1c8edaf0d71aed71d45d6d13bd286a9ccdb8196d /Lib/distutils
parent38546ee51cadc924bb4a8f703d1891adef3c6829 (diff)
downloadcpython-9aa23c5671218dfe62e35945d0ff884f2727d312.zip
cpython-9aa23c5671218dfe62e35945d0ff884f2727d312.tar.gz
cpython-9aa23c5671218dfe62e35945d0ff884f2727d312.tar.bz2
Bump to 3.3.1.v3.3.1
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 c30da0b..f8af1b3 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.1rc1"
+__version__ = "3.3.1"
#--end constants--