diff options
author | Georg Brandl <georg@python.org> | 2012-09-29 07:04:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-29 07:04:54 (GMT) |
commit | c7dcd50e4ec3e7d1269b1a82adf428f7096ba420 (patch) | |
tree | 5f5dae5789df09b9aa4aa699d951edd0422ce9cb /Lib/distutils/__init__.py | |
parent | d6e857b0da954db1b39afba67d9072252abade57 (diff) | |
download | cpython-c7dcd50e4ec3e7d1269b1a82adf428f7096ba420.zip cpython-c7dcd50e4ec3e7d1269b1a82adf428f7096ba420.tar.gz cpython-c7dcd50e4ec3e7d1269b1a82adf428f7096ba420.tar.bz2 |
Bump version to 3.3.0 final.
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 b755eaa..345ac4f 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.0rc3" +__version__ = "3.3.0" #--end constants-- |