commit | 0f216fdda929e4bae91e07442ec265b94adda11d | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Fri Jun 02 02:23:42 2000 +0000 |
committer | Greg Ward <gward@python.net> | Fri Jun 02 02:23:42 2000 +0000 |
tree | 5b640ab6f6768458feefeaf420e5cc5310c27304 | |
parent | efbd071016bdbd5874bc7c626f36021ce75a4841 [diff] |
Bumped version number to 0.9pre (there will be a couple of code snapshots before the real release, but I want to make it clear that a major new release is on the way).
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 32fc276..2ba82bd 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py
@@ -10,4 +10,4 @@ __revision__ = "$Id$" -__version__ = "0.8.2" +__version__ = "0.9pre"