diff options
author | Georg Brandl <georg@python.org> | 2012-09-29 09:34:13 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-29 09:34:13 +0200 |
commit | 4519ae92e7a35d7e481088f593b24b5b0381d776 (patch) | |
tree | 8c626aa5e6f5a3f9d73f375cd11a56ddb8737851 /Lib/distutils | |
parent | 18bacbf1ac2ff198ef8982fac0c6824a5a8f4e42 (diff) | |
download | cpython-4519ae92e7a35d7e481088f593b24b5b0381d776.tar.gz |
Bump version to 3.4.0 alpha 0.
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 345ac4f8dd..70a72b0967 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.3.0" +__version__ = "3.4.0a0" #--end constants-- |