diff options
| author | Greg Ward <gward@python.net> | 2000-10-15 19:20:20 +0000 |
|---|---|---|
| committer | Greg Ward <gward@python.net> | 2000-10-15 19:20:20 +0000 |
| commit | 0eb75b42cd6f70015b72204629168daf4bc6d4a1 (patch) | |
| tree | fffda88f75cce7dedc17ae695564d8175d659fe2 | |
| parent | 55b4efd034780a069c9bbf5b080a62df32f51441 (diff) | |
| download | cpython-git-0eb75b42cd6f70015b72204629168daf4bc6d4a1.tar.gz | |
Bump version to 1.0.1.
| -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 2073617627..55951090ff 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" |
