diff options
author | Georg Brandl <georg@python.org> | 2012-08-25 10:16:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-08-25 10:16:37 (GMT) |
commit | 4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1 (patch) | |
tree | f44a3644a9ef79694cef9275e98254a2117bfd68 /Lib/distutils/__init__.py | |
parent | d183f0be0bf274390cc38cb44e4fe9bfbf74084e (diff) | |
download | cpython-4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1.zip cpython-4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1.tar.gz cpython-4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1.tar.bz2 |
Bump to 3.3.0rc1.v3.3.0rc1
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 1504277..8d73b51 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.0b2" +__version__ = "3.3.0rc1" #--end constants-- |