summaryrefslogtreecommitdiff
path: root/Lib/distutils
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2013-09-28 23:51:00 +0100
committerLarry Hastings <larry@hastings.org>2013-09-28 23:51:00 +0100
commitdf16e41a2b637120dfc02adaf28f50c474483c80 (patch)
treee193c2715f28353b9c7e74bd19ae77600be92841 /Lib/distutils
parent1c67b1252dad4b188f64b9ebec39f8d65205e3dd (diff)
downloadcpython-df16e41a2b637120dfc02adaf28f50c474483c80.tar.gz
Version bump to 3.4.0a3.v3.4.0a3
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 3afd84fefb..cc18893517 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.4.0a2"
+__version__ = "3.4.0a3"
#--end constants--