diff options
author | Larry Hastings <larry@hastings.org> | 2014-02-10 22:45:05 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-02-10 22:45:05 (GMT) |
commit | e9f73ac1fd5184173179596d4fa5caa45682d301 (patch) | |
tree | e527f4f19e1c18edd2f023cb1e664e5742402dfb /Lib/distutils | |
parent | 71d4e44fd796bed7f534673dcd9b6087ab0ab19a (diff) | |
download | cpython-e9f73ac1fd5184173179596d4fa5caa45682d301.zip cpython-e9f73ac1fd5184173179596d4fa5caa45682d301.tar.gz cpython-e9f73ac1fd5184173179596d4fa5caa45682d301.tar.bz2 |
Python 3.4.0rc1: Version bump.v3.4.0rc1
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 bf9badd..4c716e2 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.4.0b3" +__version__ = "3.4.0rc1" #--end constants-- |