summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2008-06-19 01:48:07 (GMT)
committerBarry Warsaw <barry@python.org>2008-06-19 01:48:07 (GMT)
commitb5d174037fab4889c1404ebab19b85cbe9aa452e (patch)
tree32cabb659a1c053fb3e89d59eaecaa5935e942e2 /Lib/distutils
parentda9c9be1599d818524c9f59e1bbfa64554e18018 (diff)
downloadcpython-b5d174037fab4889c1404ebab19b85cbe9aa452e.zip
cpython-b5d174037fab4889c1404ebab19b85cbe9aa452e.tar.gz
cpython-b5d174037fab4889c1404ebab19b85cbe9aa452e.tar.bz2
Bumping to 2.6b1v2.6b1
Diffstat (limited to 'Lib/distutils')
-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 e3e32f5..a192357 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
#
#--start constants--
-__version__ = "2.6a3"
+__version__ = "2.6b1"
#--end constants--