]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bumped version number to 0.9pre (there will be a couple of code snapshots
authorGreg Ward <gward@python.net>
Fri, 2 Jun 2000 02:23:42 +0000 (02:23 +0000)
committerGreg Ward <gward@python.net>
Fri, 2 Jun 2000 02:23:42 +0000 (02:23 +0000)
before the real release, but I want to make it clear that a major new
release is on the way).

Lib/distutils/__init__.py

index 32fc276c40738e746c2ea3d86c5b61df6b44ebec..2ba82bd58dd3ce7c40b0bbbe407eb52b56fb13e3 100644 (file)
@@ -10,4 +10,4 @@ used from a setup script as
 
 __revision__ = "$Id$"
 
-__version__ = "0.8.2"
+__version__ = "0.9pre"