commit | be63884d5069901effb9c045bde43e732c969f71 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Fri Oct 05 20:43:09 2001 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Fri Oct 05 20:43:09 2001 +0000 |
tree | cd45dc6c64432bc2b5d2c62da29d77a34a90efb9 | |
parent | b1c469843ff56e1704108324bce3ebb87aa753a6 [diff] |
With Andrew's blessing: distutils version number is now 1.0.3.
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 @@ __revision__ = "$Id$" -__version__ = "1.0.2" +__version__ = "1.0.3"