summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/__init__.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-09-27 02:26:57 (GMT)
committerGreg Ward <gward@python.net>2000-09-27 02:26:57 (GMT)
commitef850def447045e0e8db94aa457434854fc3c577 (patch)
tree049dab8d37fb9c57fdbb1aa776db9c6fe570a86f /Lib/distutils/__init__.py
parent264cf74e1a61048714fd168ecb7a7e9eaba6615a (diff)
downloadcpython-ef850def447045e0e8db94aa457434854fc3c577.zip
cpython-ef850def447045e0e8db94aa457434854fc3c577.tar.gz
cpython-ef850def447045e0e8db94aa457434854fc3c577.tar.bz2
Bump version to 1.0pre.
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 6113dcf..23315cd 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.4"
+__version__ = "1.0pre"