diff options
author | Larry Hastings <larry@hastings.org> | 2014-05-04 12:06:24 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-05-04 12:06:24 (GMT) |
commit | 95e0b0d1d01249b116655a0b7e95ba9c61d4eefd (patch) | |
tree | 0ffd3e5ab24c81d03d8d1399255b83c728275cd0 /Lib/distutils | |
parent | 9147a9697ac60a9fff739394056992a61d207a16 (diff) | |
download | cpython-95e0b0d1d01249b116655a0b7e95ba9c61d4eefd.zip cpython-95e0b0d1d01249b116655a0b7e95ba9c61d4eefd.tar.gz cpython-95e0b0d1d01249b116655a0b7e95ba9c61d4eefd.tar.bz2 |
Version bump for 3.4.1rc1.v3.4.1rc1
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 04804c1..b000249 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.0" +__version__ = "3.4.1rc1" #--end constants-- |