diff options
author | Larry Hastings <larry@hastings.org> | 2014-02-23 08:18:24 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-02-23 08:18:24 (GMT) |
commit | f34177a6f9fd7d8afa38f20dd18721a34f808f96 (patch) | |
tree | ed9cc8812342e616f860e4c8fe489b3db7df9ce1 /Lib/distutils | |
parent | 209c043c10f6c35d51714c6dfa4307e5e68f141d (diff) | |
download | cpython-f34177a6f9fd7d8afa38f20dd18721a34f808f96.zip cpython-f34177a6f9fd7d8afa38f20dd18721a34f808f96.tar.gz cpython-f34177a6f9fd7d8afa38f20dd18721a34f808f96.tar.bz2 |
Version bump for Python 3.4.0rc2.v3.4.0rc2
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 4c716e2..c03185b 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.0rc1" +__version__ = "3.4.0rc2" #--end constants-- |