diff options
author | Greg Ward <gward@python.net> | 2000-09-01 01:00:40 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-09-01 01:00:40 (GMT) |
commit | b3b6d395e46096b27b47bae1a47e5bd169a1c196 (patch) | |
tree | 2ad41fc75c263731b25c7c2ca72d3046b8b473ec | |
parent | e3644e245ee38bfc145de7e75dac58f57236e694 (diff) | |
download | cpython-b3b6d395e46096b27b47bae1a47e5bd169a1c196.zip cpython-b3b6d395e46096b27b47bae1a47e5bd169a1c196.tar.gz cpython-b3b6d395e46096b27b47bae1a47e5bd169a1c196.tar.bz2 |
Bump version to 0.9.2.
-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 afd6554..16a3984 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.9.2pre" +__version__ = "0.9.2" |