diff options
author | Greg Ward <gward@python.net> | 2000-06-30 02:54:36 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-06-30 02:54:36 (GMT) |
commit | 0e8c518a6285fd6854ce09c901b478268132305b (patch) | |
tree | fcf311c2107c19fe0cc96a1f309e37d827045e39 /Lib/distutils/__init__.py | |
parent | b9a22a1a3631b47f4321836f3ef6c8265a305172 (diff) | |
download | cpython-0e8c518a6285fd6854ce09c901b478268132305b.zip cpython-0e8c518a6285fd6854ce09c901b478268132305b.tar.gz cpython-0e8c518a6285fd6854ce09c901b478268132305b.tar.bz2 |
Bump version to 0.9.
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 2ba82bd..ded0899 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -10,4 +10,4 @@ used from a setup script as __revision__ = "$Id$" -__version__ = "0.9pre" +__version__ = "0.9" |