diff options
author | Greg Ward <gward@python.net> | 2000-04-19 02:23:21 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-04-19 02:23:21 (GMT) |
commit | 3314c8efc9bc54b99c4fb724d485cd1882e425f2 (patch) | |
tree | 89eea1c6e7811fa2aa3737745c09ec45792a5dd6 /Lib/distutils/__init__.py | |
parent | b1e4a6e10186873f61fdd57340b67f420ba4901d (diff) | |
download | cpython-3314c8efc9bc54b99c4fb724d485cd1882e425f2.zip cpython-3314c8efc9bc54b99c4fb724d485cd1882e425f2.tar.gz cpython-3314c8efc9bc54b99c4fb724d485cd1882e425f2.tar.bz2 |
Bumped version to 0.8.1.
Diffstat (limited to 'Lib/distutils/__init__.py')
-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 9305554..5b8a662 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -10,4 +10,4 @@ used from a setup script as __revision__ = "$Id$" -__version__ = "0.8" +__version__ = "0.8.1" |