diff options
author | Greg Ward <gward@python.net> | 2000-10-15 19:20:20 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-10-15 19:20:20 (GMT) |
commit | 0eb75b42cd6f70015b72204629168daf4bc6d4a1 (patch) | |
tree | fffda88f75cce7dedc17ae695564d8175d659fe2 /Lib | |
parent | 55b4efd034780a069c9bbf5b080a62df32f51441 (diff) | |
download | cpython-0eb75b42cd6f70015b72204629168daf4bc6d4a1.zip cpython-0eb75b42cd6f70015b72204629168daf4bc6d4a1.tar.gz cpython-0eb75b42cd6f70015b72204629168daf4bc6d4a1.tar.bz2 |
Bump version to 1.0.1.
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 2073617..5595109 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" +__version__ = "1.0.1" |