diff options
author | Larry Hastings <larry@hastings.org> | 2013-11-24 14:59:35 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2013-11-24 14:59:35 (GMT) |
commit | 7e611dab4a05a97e708541d98e2f6817cfbe7453 (patch) | |
tree | 3ce93048e115d570a5dcb65c982036f117ee261d /Lib/distutils | |
parent | 37b7900fcf15a1be8c6cbc18236deb6a01116c4f (diff) | |
download | cpython-7e611dab4a05a97e708541d98e2f6817cfbe7453.zip cpython-7e611dab4a05a97e708541d98e2f6817cfbe7453.tar.gz cpython-7e611dab4a05a97e708541d98e2f6817cfbe7453.tar.bz2 |
Bump version number to 3.4.0b1.v3.4.0b1
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 355542e..38a5086 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.0a4" +__version__ = "3.4.0b1" #--end constants-- |