commit | b3b6d395e46096b27b47bae1a47e5bd169a1c196 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Fri Sep 01 01:00:40 2000 +0000 |
committer | Greg Ward <gward@python.net> | Fri Sep 01 01:00:40 2000 +0000 |
tree | 2ad41fc75c263731b25c7c2ca72d3046b8b473ec | |
parent | e3644e245ee38bfc145de7e75dac58f57236e694 [diff] |
Bump version to 0.9.2.
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index afd6554..16a3984 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py
@@ -10,4 +10,4 @@ __revision__ = "$Id$" -__version__ = "0.9.2pre" +__version__ = "0.9.2"