diff options
author | Greg Ward <gward@python.net> | 2000-07-27 02:17:40 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-07-27 02:17:40 (GMT) |
commit | ae0965eb2323bea3704f298c830837096484be4e (patch) | |
tree | 79834dec58881d34e935f8b11287104b558466f4 /Lib/distutils | |
parent | 612eb9f58fe38f33484f36bcba97a4b3d8e090a9 (diff) | |
download | cpython-ae0965eb2323bea3704f298c830837096484be4e.zip cpython-ae0965eb2323bea3704f298c830837096484be4e.tar.gz cpython-ae0965eb2323bea3704f298c830837096484be4e.tar.bz2 |
Bump version to 0.9.1pre.
Diffstat (limited to 'Lib/distutils')
-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 ded0899..f6af3c9 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" +__version__ = "0.9.1pre" |