commit | 0e8c518a6285fd6854ce09c901b478268132305b | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Fri Jun 30 02:54:36 2000 +0000 |
committer | Greg Ward <gward@python.net> | Fri Jun 30 02:54:36 2000 +0000 |
tree | fcf311c2107c19fe0cc96a1f309e37d827045e39 | |
parent | b9a22a1a3631b47f4321836f3ef6c8265a305172 [diff] |
Bump version to 0.9.
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 @@ __revision__ = "$Id$" -__version__ = "0.9pre" +__version__ = "0.9"