diff options
author | Greg Ward <gward@python.net> | 2000-09-26 02:51:09 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-09-26 02:51:09 (GMT) |
commit | d8f7f81254258f4721225e51a85207eff3152749 (patch) | |
tree | ca61129032d9ea5578b5268a76ee9766ca616837 /Lib | |
parent | 7b5af0460c90c23e98e115ea2823cd4d1bfff540 (diff) | |
download | cpython-d8f7f81254258f4721225e51a85207eff3152749.zip cpython-d8f7f81254258f4721225e51a85207eff3152749.tar.gz cpython-d8f7f81254258f4721225e51a85207eff3152749.tar.bz2 |
Bump version to 0.9.3.
Diffstat (limited to 'Lib')
-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 34f55a2..b2b9b56 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.3pre" +__version__ = "0.9.3" |