diff options
author | Greg Ward <gward@python.net> | 2000-09-13 00:44:09 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-09-13 00:44:09 (GMT) |
commit | 1830b2118676679813aedf211f6b967bb3fe4396 (patch) | |
tree | 18f05557cb37a14511d3978713bd651d9af95d51 /Lib/distutils/__init__.py | |
parent | 8c56259a3d67eb91688c94b37b939db80ef8ba08 (diff) | |
download | cpython-1830b2118676679813aedf211f6b967bb3fe4396.zip cpython-1830b2118676679813aedf211f6b967bb3fe4396.tar.gz cpython-1830b2118676679813aedf211f6b967bb3fe4396.tar.bz2 |
Bump version to 0.9.3pre.
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 16a3984..34f55a2 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.2" +__version__ = "0.9.3pre" |