diff options
author | Larry Hastings <larry@hastings.org> | 2014-09-20 23:09:56 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-09-20 23:09:56 (GMT) |
commit | 03776e33a9622dfad145eef71745faa7633d1b89 (patch) | |
tree | 0a948e9f52d242ed6229cbba7b701cd77b588bae /Lib/distutils | |
parent | 43a4f7046cbf26ede51929d903c24e320ec1186d (diff) | |
download | cpython-03776e33a9622dfad145eef71745faa7633d1b89.zip cpython-03776e33a9622dfad145eef71745faa7633d1b89.tar.gz cpython-03776e33a9622dfad145eef71745faa7633d1b89.tar.bz2 |
Bump version number for 3.4.2rc1 release.v3.4.2rc1
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 9463a35..750a503 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.1" +__version__ = "3.4.2rc1" #--end constants-- |