summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-04-19 20:51:40 (GMT)
committerLarry Hastings <larry@hastings.org>2015-04-19 20:51:40 (GMT)
commit55907f45bb9e0ec7bf19626cb2b307d211475a87 (patch)
tree27ae884a55205affcb0fe4e22b11719e2decfe52 /Lib/distutils
parent770ce204ee7e5c69741282c8c8537055e97a62bd (diff)
downloadcpython-55907f45bb9e0ec7bf19626cb2b307d211475a87.zip
cpython-55907f45bb9e0ec7bf19626cb2b307d211475a87.tar.gz
cpython-55907f45bb9e0ec7bf19626cb2b307d211475a87.tar.bz2
Version number bump for Python 3.5.0a4.v3.5.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 6b42870..37bfd5a 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.5.0a3"
+__version__ = "3.5.0a4"
#--end constants--