summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-01-26 08:48:23 (GMT)
committerLarry Hastings <larry@hastings.org>2014-01-26 08:48:23 (GMT)
commit2d8e1e4f077f5f6261257426bc10231793206408 (patch)
tree799b77db1c4556d723e74d1a050d3dadd6d8be24 /Lib/distutils
parent0e25410319b5bfa62a0bb6123ab21514fe209dae (diff)
downloadcpython-2d8e1e4f077f5f6261257426bc10231793206408.zip
cpython-2d8e1e4f077f5f6261257426bc10231793206408.tar.gz
cpython-2d8e1e4f077f5f6261257426bc10231793206408.tar.bz2
Version bump for 3.4.0b3.v3.4.0b3
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 725a33d..bf9badd 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.0b2"
+__version__ = "3.4.0b3"
#--end constants--