diff options
author | Larry Hastings <larry@hastings.org> | 2014-05-18 04:46:35 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-05-18 04:46:35 (GMT) |
commit | 5c26a8afbb6fa43a35e8a1d6942157209890437a (patch) | |
tree | 69671662df4492a7f3b8bd2bc5c31b02987501ea /Lib/distutils | |
parent | d08aa47f930ebc8ca25bb1dc2c128d696f2c40c4 (diff) | |
download | cpython-5c26a8afbb6fa43a35e8a1d6942157209890437a.zip cpython-5c26a8afbb6fa43a35e8a1d6942157209890437a.tar.gz cpython-5c26a8afbb6fa43a35e8a1d6942157209890437a.tar.bz2 |
Version bump for 3.4.1.v3.4.1
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 b000249..9463a35 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.1rc1" +__version__ = "3.4.1" #--end constants-- |