diff options
author | Barry Warsaw <barry@python.org> | 2009-10-01 23:39:49 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2009-10-01 23:39:49 (GMT) |
commit | e948ea01eb6635d544a2100ceeb18933b6e37753 (patch) | |
tree | 2ed10d0717dc38344c355092eabebfde41e15955 /Lib/distutils/__init__.py | |
parent | d8c40c12b0d4214203e21148a056bdbed3c2e976 (diff) | |
download | cpython-2.6.3.zip cpython-2.6.3.tar.gz cpython-2.6.3.tar.bz2 |
Bump to 2.6.3v2.6.3
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 c878704..fd52b8d 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6.3rc1" +__version__ = "2.6.3" #--end constants-- |