diff options
author | Georg Brandl <georg@python.org> | 2013-11-11 05:13:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-11-11 05:13:54 (GMT) |
commit | 4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1 (patch) | |
tree | 3aa45483fa44f16d0d64413ee5789c371d4c8a33 /Lib/distutils/__init__.py | |
parent | 7e246179047d33bd467bcab673b3ecc1944f91a4 (diff) | |
download | cpython-3.3.3rc2.zip cpython-3.3.3rc2.tar.gz cpython-3.3.3rc2.tar.bz2 |
Bump to 3.3.3rc2.v3.3.3rc2
Diffstat (limited to 'Lib/distutils/__init__.py')
-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 812d8f3..0650dd2 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.3rc1" +__version__ = "3.3.3rc2" #--end constants-- |