diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-08-16 21:59:05 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-08-16 21:59:05 (GMT) |
commit | 586547387b468ffb391cb76842f65e68164e5135 (patch) | |
tree | c6b374518d14ea8be7e74ea523a99c8c5ca0dfb9 /Lib/distutils | |
parent | 8eba090694d661d98eb24e6894b0c3e2c5c76ba2 (diff) | |
download | cpython-586547387b468ffb391cb76842f65e68164e5135.zip cpython-586547387b468ffb391cb76842f65e68164e5135.tar.gz cpython-586547387b468ffb391cb76842f65e68164e5135.tar.bz2 |
bump to 3.1.1v3.1.1
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 e7f2123..8c0e5a3 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.1.1rc1" +__version__ = "3.1.1" #--end constants-- |