diff options
author | Larry Hastings <larry@hastings.org> | 2015-04-19 20:51:40 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-04-19 20:51:40 (GMT) |
commit | 55907f45bb9e0ec7bf19626cb2b307d211475a87 (patch) | |
tree | 27ae884a55205affcb0fe4e22b11719e2decfe52 /Lib/distutils | |
parent | 770ce204ee7e5c69741282c8c8537055e97a62bd (diff) | |
download | cpython-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__.py | 2 |
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-- |