diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-12-05 17:47:56 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-12-05 17:47:56 (GMT) |
| commit | d78cec5f39646f62384558fb85725427559426dc (patch) | |
| tree | 7fb321ca940d2f8987da13f4b1363a551f65a9a3 /Lib/distutils/__init__.py | |
| parent | 3b94c0bb10451d1a243ec60e21478890fa078cb0 (diff) | |
| download | cpython-2.7a1.zip cpython-2.7a1.tar.gz cpython-2.7a1.tar.bz2 | |
bump version to 2.7a1v2.7a1
Diffstat (limited to 'Lib/distutils/__init__.py')
| -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 e418214..e8c213e 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "2.6" +__version__ = "2.7a1" #--end constants-- |
