diff options
| author | Barry Warsaw <barry@python.org> | 2010-08-23 23:37:56 (GMT) |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2010-08-23 23:37:56 (GMT) |
| commit | d724296fc3f0e2f07e0d75f116344ef7f1f72021 (patch) | |
| tree | d11422df72cfb8e30c074b089184e73199945f26 /Lib/distutils/__init__.py | |
| parent | 8275da3f6a5ce9f3be87b2c8330311505a3891f6 (diff) | |
| download | cpython-2.6.6.zip cpython-2.6.6.tar.gz cpython-2.6.6.tar.bz2 | |
2.6.6 final. \o/v2.6.6
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 c456c74..90f96fe 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6.6rc2" +__version__ = "2.6.6" #--end constants-- |
