diff options
author | Larry Hastings <larry@hastings.org> | 2013-10-20 09:01:29 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2013-10-20 09:01:29 (GMT) |
commit | bd61c3ae1f45c402d8e09fdebeeabbe68132bb52 (patch) | |
tree | efa259f965bbdb970181357c031a7a81e16fd09d /Lib/distutils | |
parent | f32ce7fd31779e33d326e527f690afa4f892297d (diff) | |
download | cpython-bd61c3ae1f45c402d8e09fdebeeabbe68132bb52.zip cpython-bd61c3ae1f45c402d8e09fdebeeabbe68132bb52.tar.gz cpython-bd61c3ae1f45c402d8e09fdebeeabbe68132bb52.tar.bz2 |
Version bump for 3.4.0a4.v3.4.0a4
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 cc18893..355542e 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.0a3" +__version__ = "3.4.0a4" #--end constants-- |