]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
The new distutils features justify a new version number, imo.
authorThomas Heller <theller@ctypes.org>
Fri, 16 Jul 2004 18:14:37 +0000 (18:14 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 16 Jul 2004 18:14:37 +0000 (18:14 +0000)
If someone has other ideas for the numbering scheme, please change to
something else (1.1.0 ?).

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"