commit | f40ff1b8b23671818702aeff2c17a409588dff0b | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Tue Aug 15 13:14:27 2000 +0000 |
committer | Greg Ward <gward@python.net> | Tue Aug 15 13:14:27 2000 +0000 |
tree | 98af62e7b7e4c4ef6f86848286dd7bb50b4b8c3f | |
parent | 44a980dff9d9181979c6c587a081eb446cc6f6df [diff] |
Bump version to 0.9.1.
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index f6af3c9..7fe2f91 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py
@@ -10,4 +10,4 @@ __revision__ = "$Id$" -__version__ = "0.9.1pre" +__version__ = "0.9.1"