summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2013-10-20 09:01:29 (GMT)
committerLarry Hastings <larry@hastings.org>2013-10-20 09:01:29 (GMT)
commitbd61c3ae1f45c402d8e09fdebeeabbe68132bb52 (patch)
treeefa259f965bbdb970181357c031a7a81e16fd09d /Lib/distutils
parentf32ce7fd31779e33d326e527f690afa4f892297d (diff)
downloadcpython-bd61c3ae1f45c402d8e09fdebeeabbe68132bb52.zip
cpython-bd61c3ae1f45c402d8e09fdebeeabbe68132bb52.tar.gz
cpython-bd61c3ae1f45c402d8e09fdebeeabbe68132bb52.tar.bz2
Version bump for 3.4.0a4.v3.4.0a4
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 cc18893..355542e 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.0a3"
+__version__ = "3.4.0a4"
#--end constants--