summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/__init__.py
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2001-10-05 20:43:09 (GMT)
committerThomas Heller <theller@ctypes.org>2001-10-05 20:43:09 (GMT)
commitbe63884d5069901effb9c045bde43e732c969f71 (patch)
treecd45dc6c64432bc2b5d2c62da29d77a34a90efb9 /Lib/distutils/__init__.py
parentb1c469843ff56e1704108324bce3ebb87aa753a6 (diff)
downloadcpython-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/distutils/__init__.py')
-rw-r--r--Lib/distutils/__init__.py2
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"