diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 10:51:38 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 10:51:38 (GMT) |
commit | 88f4dd64513a9738eaec6a1228c62dd4ab3dbafe (patch) | |
tree | 7fb7e86935db6b3d87d79ba40f1a2ff079471865 /Lib/distutils | |
parent | 521ed521317ffd385afaabdd889879e7cb7461df (diff) | |
download | cpython-88f4dd64513a9738eaec6a1228c62dd4ab3dbafe.zip cpython-88f4dd64513a9738eaec6a1228c62dd4ab3dbafe.tar.gz cpython-88f4dd64513a9738eaec6a1228c62dd4ab3dbafe.tar.bz2 |
bump to 3.3.2
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 f8af1b3..83d7cb7 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.1" +__version__ = "3.3.2" #--end constants-- |