diff options
author | Thomas Heller <theller@ctypes.org> | 2001-10-05 20:43:09 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2001-10-05 20:43:09 (GMT) |
commit | be63884d5069901effb9c045bde43e732c969f71 (patch) | |
tree | cd45dc6c64432bc2b5d2c62da29d77a34a90efb9 /Lib | |
parent | b1c469843ff56e1704108324bce3ebb87aa753a6 (diff) | |
download | cpython-be63884d5069901effb9c045bde43e732c969f71.zip cpython-be63884d5069901effb9c045bde43e732c969f71.tar.gz cpython-be63884d5069901effb9c045bde43e732c969f71.tar.bz2 |
With Andrew's blessing: distutils version number is now 1.0.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 27e79a5..1055aa3 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -10,4 +10,4 @@ used from a setup script as __revision__ = "$Id$" -__version__ = "1.0.2" +__version__ = "1.0.3" |