diff options
author | Larry Hastings <larry@hastings.org> | 2015-02-08 00:00:55 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-02-08 00:00:55 (GMT) |
commit | b06f142f5f798fecbd7a4dc3d9e6c1861fb59a09 (patch) | |
tree | 8d6cd46c5903a5d7401588bbb286096b1484ffef /Lib/distutils | |
parent | ead7aec74d31639e807611dcc4fa0d6c3eba28d4 (diff) | |
download | cpython-b06f142f5f798fecbd7a4dc3d9e6c1861fb59a09.zip cpython-b06f142f5f798fecbd7a4dc3d9e6c1861fb59a09.tar.gz cpython-b06f142f5f798fecbd7a4dc3d9e6c1861fb59a09.tar.bz2 |
Release bump for 3.5.0a1.
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 328bea6..67ec78b 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.0a0" +__version__ = "3.5.0a1" #--end constants-- |