diff options
author | Greg Ward <gward@python.net> | 2000-10-03 03:48:43 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-10-03 03:48:43 (GMT) |
commit | da175f4bdda1cfd12be63435315c8a1dcb2254b2 (patch) | |
tree | 926ca16e97ff527d6e30521beedf574eb287e561 /Lib | |
parent | 25a309c0a9abe33755550c2c71d0865ff6c1a72b (diff) | |
download | cpython-da175f4bdda1cfd12be63435315c8a1dcb2254b2.zip cpython-da175f4bdda1cfd12be63435315c8a1dcb2254b2.tar.gz cpython-da175f4bdda1cfd12be63435315c8a1dcb2254b2.tar.bz2 |
Bump version to 1.0.
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 23315cd..2073617 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.0pre" +__version__ = "1.0" |