summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/__init__.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-09-18 03:00:28 (GMT)
committerBarry Warsaw <barry@python.org>2008-09-18 03:00:28 (GMT)
commitb88548069599f949c5b451ef95be739241711e24 (patch)
tree957d0eb0dec550467270434250d30482ab2aeaf7 /Lib/distutils/__init__.py
parentf2fa87b02daa69211c72224898cf8119e7f1d114 (diff)
downloadcpython-b88548069599f949c5b451ef95be739241711e24.zip
cpython-b88548069599f949c5b451ef95be739241711e24.tar.gz
cpython-b88548069599f949c5b451ef95be739241711e24.tar.bz2
bumping to 3.0rc1v3.0rc1
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 9af2d92..2bc0ab0 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -20,5 +20,5 @@ __revision__ = "$Id$"
#
#--start constants--
-__version__ = "3.0b3"
+__version__ = "3.0rc1"
#--end constants--