summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2001-03-16 21:00:18 (GMT)
committerThomas Heller <theller@ctypes.org>2001-03-16 21:00:18 (GMT)
commitd179be8b8bb1e73358b2cc0ef9f0d6b8d7e64b44 (patch)
tree893b5fd47d8967c672f443c48413cb06dc7aa844 /Lib/distutils
parent5c5ea1a4618e5da1d43e1ddf39cfc6ad0c12f423 (diff)
downloadcpython-d179be8b8bb1e73358b2cc0ef9f0d6b8d7e64b44.zip
cpython-d179be8b8bb1e73358b2cc0ef9f0d6b8d7e64b44.tar.gz
cpython-d179be8b8bb1e73358b2cc0ef9f0d6b8d7e64b44.tar.bz2
Distutils version number has been changed from 1.0.1 to 1.0.2pre
before this get forgotten again. Should probably be set to 1.0.2 before final release of python 2.1 Does someone still release distutils separate from python?
Diffstat (limited to 'Lib/distutils')
-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 5595109..bd9761c 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.1"
+__version__ = "1.0.2pre"