diff options
author | Greg Ward <gward@python.net> | 2000-08-26 02:37:07 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-08-26 02:37:07 (GMT) |
commit | 889de85d8bdda507855582f391d8c6a6b3f24381 (patch) | |
tree | 6a012a23f4a951c679583350b08c445338f868b9 /Lib/distutils/__init__.py | |
parent | d8014e66084f710858f7c8bb7418e2da3885dc9c (diff) | |
download | cpython-889de85d8bdda507855582f391d8c6a6b3f24381.zip cpython-889de85d8bdda507855582f391d8c6a6b3f24381.tar.gz cpython-889de85d8bdda507855582f391d8c6a6b3f24381.tar.bz2 |
Bumped version to 0.9.2pre.
Diffstat (limited to 'Lib/distutils/__init__.py')
-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 7fe2f91..afd6554 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.1" +__version__ = "0.9.2pre" |