summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-25 08:19:50 (GMT)
committerGeorg Brandl <georg@python.org>2014-01-25 08:19:50 (GMT)
commit18f2ce9e7d612f500b1f2f6ed0bd35e9b5389898 (patch)
treea850a20f446ad0ca111ccbe1ca46d00e3664c0e5 /Lib/distutils
parent12e18c3d01915309e96d5c8b198ae994061c7838 (diff)
downloadcpython-18f2ce9e7d612f500b1f2f6ed0bd35e9b5389898.zip
cpython-18f2ce9e7d612f500b1f2f6ed0bd35e9b5389898.tar.gz
cpython-18f2ce9e7d612f500b1f2f6ed0bd35e9b5389898.tar.bz2
Bump to 3.3.4rc1.
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..8a637d1 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.4rc1"
#--end constants--