diff options
author | Georg Brandl <georg@python.org> | 2012-09-09 06:56:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-09 06:56:46 (GMT) |
commit | 02f66cbe8715db68167e61961c1bbba3f9cd22c1 (patch) | |
tree | f3d14ad90ea9f811c5032729cde99a924ecf13b7 /Lib/distutils | |
parent | 070175df981a07c2dcee7101c6f6e006e1d89127 (diff) | |
download | cpython-02f66cbe8715db68167e61961c1bbba3f9cd22c1.zip cpython-02f66cbe8715db68167e61961c1bbba3f9cd22c1.tar.gz cpython-02f66cbe8715db68167e61961c1bbba3f9cd22c1.tar.bz2 |
Bump to 3.3.0rc2.
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 8d73b51..f23d886 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.0rc1" +__version__ = "3.3.0rc2" #--end constants-- |