diff options
| author | Georg Brandl <georg@python.org> | 2013-04-06 07:40:02 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-04-06 07:40:02 (GMT) |
| commit | 9aa23c5671218dfe62e35945d0ff884f2727d312 (patch) | |
| tree | 1c8edaf0d71aed71d45d6d13bd286a9ccdb8196d /Lib/distutils/__init__.py | |
| parent | 38546ee51cadc924bb4a8f703d1891adef3c6829 (diff) | |
| download | cpython-3.3.1.zip cpython-3.3.1.tar.gz cpython-3.3.1.tar.bz2 | |
Bump to 3.3.1.v3.3.1
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 c30da0b..f8af1b3 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.1rc1" +__version__ = "3.3.1" #--end constants-- |
