summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-04-23 16:01:06 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-04-23 16:01:06 (GMT)
commitc42402fa1987541c241d4ab78d8672f6cc555cf5 (patch)
treedc71fd440b8e8b9a2ed425d247f3691f56d9bea0 /Lib
parent8155e0e54176c6f13067eb0e09ce5eb64c09afba (diff)
downloadcpython-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__.py2
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"