diff options
author | Barry Warsaw <barry@python.org> | 2009-10-06 13:21:07 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2009-10-06 13:21:07 (GMT) |
commit | f71d45a84a060a78ef6357897f659c2a60d27dcf (patch) | |
tree | 8079d935a54e7f9e28161b8103ea9b34b06120dc /Lib/distutils/__init__.py | |
parent | 9d23690898f30a449134724b04916b68c2216871 (diff) | |
download | cpython-2.6.4rc1.zip cpython-2.6.4rc1.tar.gz cpython-2.6.4rc1.tar.bz2 |
Bumping to 2.6.4rc1v2.6.4rc1
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 fd52b8d..83c576f 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6.3" +__version__ = "2.6.4rc1" #--end constants-- |