diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-04-23 16:01:06 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-04-23 16:01:06 (GMT) |
commit | c42402fa1987541c241d4ab78d8672f6cc555cf5 (patch) | |
tree | dc71fd440b8e8b9a2ed425d247f3691f56d9bea0 /Lib | |
parent | 8155e0e54176c6f13067eb0e09ce5eb64c09afba (diff) | |
download | cpython-c42402fa1987541c241d4ab78d8672f6cc555cf5.zip cpython-c42402fa1987541c241d4ab78d8672f6cc555cf5.tar.gz cpython-c42402fa1987541c241d4ab78d8672f6cc555cf5.tar.bz2 |
Bump version # for final release
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 bd9761c..16d387a 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.2pre" +__version__ = "1.0.2" |