]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
At least one bug has been fixed in distutils, so increment the last part of
authorThomas Heller <theller@ctypes.org>
Thu, 20 Jan 2005 19:28:44 +0000 (19:28 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 20 Jan 2005 19:28:44 +0000 (19:28 +0000)
the version number.  For the distutils version numbering scheme, see
http://mail.python.org/pipermail/distutils-sig/2005-January/004368.html

Lib/distutils/__init__.py

index 7873d297b3e17eb0c5d5262dd5d7f94ee4af604f..2e9c90c7c7f7db4a787952e1dec6c89498391dc6 100644 (file)
@@ -12,4 +12,4 @@ used from a setup script as
 
 __revision__ = "$Id$"
 
-__version__ = "1.0.3"
+__version__ = "1.0.4"