diff options
author | Georg Brandl <georg@python.org> | 2012-03-04 15:23:53 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-03-04 15:23:53 (GMT) |
commit | 6c8850d94d9d7cdfc66de8e3769898257c1c7500 (patch) | |
tree | ccbf3c2ee80a11a173c5834b6bfc869a00c78820 /Lib/distutils | |
parent | 0e475c359c5be32a439b589dca848dccc59732e5 (diff) | |
download | cpython-6c8850d94d9d7cdfc66de8e3769898257c1c7500.zip cpython-6c8850d94d9d7cdfc66de8e3769898257c1c7500.tar.gz cpython-6c8850d94d9d7cdfc66de8e3769898257c1c7500.tar.bz2 |
Bump to 3.3.0a1.
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 f883916..8b4261a 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.3a0" +__version__ = "3.3.0a1" #--end constants-- |