summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-02-10 21:04:20 (GMT)
committerGeorg Brandl <georg@python.org>2014-02-10 21:04:20 (GMT)
commit8f9c20b8ff6d00a32ff3f4018969e80e237884dc (patch)
tree9e5670bfca7ba58b303de5bd470f5088afe419f2 /Lib/distutils
parent72e7761301febe026536e7a2a444269698dcf156 (diff)
parenta37fcb28e6bcfd7705f219c12834b4d23a9ed499 (diff)
downloadcpython-8f9c20b8ff6d00a32ff3f4018969e80e237884dc.zip
cpython-8f9c20b8ff6d00a32ff3f4018969e80e237884dc.tar.gz
cpython-8f9c20b8ff6d00a32ff3f4018969e80e237884dc.tar.bz2
merge with 3.3.4 releasing repo
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 6747ab8..de5560b 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.3"
+__version__ = "3.3.4"
#--end constants--