diff options
author | Larry Hastings <larry@hastings.org> | 2015-05-24 00:43:05 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-05-24 00:43:05 (GMT) |
commit | 205acde55e8ed83a46f471b986c436ecbf5ad791 (patch) | |
tree | 333a8d96fa9013c246faf648e8af3785513df26e /Lib/distutils | |
parent | 40040dfc4b72f93527129916b6bf28320e163cf8 (diff) | |
download | cpython-205acde55e8ed83a46f471b986c436ecbf5ad791.zip cpython-205acde55e8ed83a46f471b986c436ecbf5ad791.tar.gz cpython-205acde55e8ed83a46f471b986c436ecbf5ad791.tar.bz2 |
Version bump for 3.5.0b1.v3.5.0b1
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 37bfd5a..686ca1d 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.0a4" +__version__ = "3.5.0b1" #--end constants-- |