diff options
author | Greg Ward <gward@python.net> | 2000-08-15 13:14:27 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-08-15 13:14:27 (GMT) |
commit | f40ff1b8b23671818702aeff2c17a409588dff0b (patch) | |
tree | 98af62e7b7e4c4ef6f86848286dd7bb50b4b8c3f /Lib/distutils | |
parent | 44a980dff9d9181979c6c587a081eb446cc6f6df (diff) | |
download | cpython-f40ff1b8b23671818702aeff2c17a409588dff0b.zip cpython-f40ff1b8b23671818702aeff2c17a409588dff0b.tar.gz cpython-f40ff1b8b23671818702aeff2c17a409588dff0b.tar.bz2 |
Bump version to 0.9.1.
Diffstat (limited to 'Lib/distutils')
-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 f6af3c9..7fe2f91 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.1pre" +__version__ = "0.9.1" |