diff options
author | Larry Hastings <larry@hastings.org> | 2015-03-08 08:24:34 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-03-08 08:24:34 (GMT) |
commit | 6003ac526716a107c9d8e9d0ca3150c752fefa5f (patch) | |
tree | c760382dbab9fbdaeafa9fc17035e1ed1689f105 /Lib/distutils | |
parent | cfb5b87860a6c605c89ec9d409852641ae47f654 (diff) | |
download | cpython-6003ac526716a107c9d8e9d0ca3150c752fefa5f.zip cpython-6003ac526716a107c9d8e9d0ca3150c752fefa5f.tar.gz cpython-6003ac526716a107c9d8e9d0ca3150c752fefa5f.tar.bz2 |
Release bump for 3.5.0a2.v3.5.0a2
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 67ec78b..451c5fb 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.0a1" +__version__ = "3.5.0a2" #--end constants-- |