commit | 0eb75b42cd6f70015b72204629168daf4bc6d4a1 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sun Oct 15 19:20:20 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sun Oct 15 19:20:20 2000 +0000 |
tree | fffda88f75cce7dedc17ae695564d8175d659fe2 | |
parent | 55b4efd034780a069c9bbf5b080a62df32f51441 [diff] |
Bump version to 1.0.1.
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 @@ __revision__ = "$Id$" -__version__ = "1.0" +__version__ = "1.0.1"