summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/__init__.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-09-13 00:44:09 (GMT)
committerGreg Ward <gward@python.net>2000-09-13 00:44:09 (GMT)
commit1830b2118676679813aedf211f6b967bb3fe4396 (patch)
tree18f05557cb37a14511d3978713bd651d9af95d51 /Lib/distutils/__init__.py
parent8c56259a3d67eb91688c94b37b939db80ef8ba08 (diff)
downloadcpython-1830b2118676679813aedf211f6b967bb3fe4396.zip
cpython-1830b2118676679813aedf211f6b967bb3fe4396.tar.gz
cpython-1830b2118676679813aedf211f6b967bb3fe4396.tar.bz2
Bump version to 0.9.3pre.
Diffstat (limited to 'Lib/distutils/__init__.py')
-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 16a3984..34f55a2 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.9.2"
+__version__ = "0.9.3pre"