summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2004-07-16 18:14:37 (GMT)
committerThomas Heller <theller@ctypes.org>2004-07-16 18:14:37 (GMT)
commit040d6d02b7f195f8e079086b9163dd8d3b639488 (patch)
tree05a82d1b62e180d72b0481755c03ee25ea5efb89 /Lib
parent122f87fa040688ee9e7092797edab901e48fc26a (diff)
downloadcpython-040d6d02b7f195f8e079086b9163dd8d3b639488.zip
cpython-040d6d02b7f195f8e079086b9163dd8d3b639488.tar.gz
cpython-040d6d02b7f195f8e079086b9163dd8d3b639488.tar.bz2
The new distutils features justify a new version number, imo.
If someone has other ideas for the numbering scheme, please change to something else (1.1.0 ?).
Diffstat (limited to 'Lib')
-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 7873d29..2e9c90c 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -12,4 +12,4 @@ used from a setup script as
__revision__ = "$Id$"
-__version__ = "1.0.3"
+__version__ = "1.0.4"