diff options
author | Thomas Heller <theller@ctypes.org> | 2004-07-16 18:14:37 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2004-07-16 18:14:37 (GMT) |
commit | 040d6d02b7f195f8e079086b9163dd8d3b639488 (patch) | |
tree | 05a82d1b62e180d72b0481755c03ee25ea5efb89 /Lib | |
parent | 122f87fa040688ee9e7092797edab901e48fc26a (diff) | |
download | cpython-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__.py | 2 |
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" |