diff options
author | Greg Ward <gward@python.net> | 2000-06-02 02:23:42 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-06-02 02:23:42 (GMT) |
commit | 0f216fdda929e4bae91e07442ec265b94adda11d (patch) | |
tree | 5b640ab6f6768458feefeaf420e5cc5310c27304 | |
parent | efbd071016bdbd5874bc7c626f36021ce75a4841 (diff) | |
download | cpython-0f216fdda929e4bae91e07442ec265b94adda11d.zip cpython-0f216fdda929e4bae91e07442ec265b94adda11d.tar.gz cpython-0f216fdda929e4bae91e07442ec265b94adda11d.tar.bz2 |
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).
-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 32fc276..2ba82bd 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.8.2" +__version__ = "0.9pre" |