diff options
author | Greg Ward <gward@python.net> | 2000-09-27 02:26:57 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-09-27 02:26:57 (GMT) |
commit | ef850def447045e0e8db94aa457434854fc3c577 (patch) | |
tree | 049dab8d37fb9c57fdbb1aa776db9c6fe570a86f | |
parent | 264cf74e1a61048714fd168ecb7a7e9eaba6615a (diff) | |
download | cpython-ef850def447045e0e8db94aa457434854fc3c577.zip cpython-ef850def447045e0e8db94aa457434854fc3c577.tar.gz cpython-ef850def447045e0e8db94aa457434854fc3c577.tar.bz2 |
Bump version to 1.0pre.
-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 6113dcf..23315cd 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.4" +__version__ = "1.0pre" |