diff options
| author | Benjamin Peterson <benjamin@python.org> | 2010-05-08 17:08:17 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2010-05-08 17:08:17 (GMT) |
| commit | c251607d591ad8c0f117eb5e6118027c4ae1e8c6 (patch) | |
| tree | b2c04db31344bff994a3ad3493364d9d41daecb0 /Lib/distutils/__init__.py | |
| parent | 9c164af6c35cc0a0b21162d74bd7ea572731ed2c (diff) | |
| download | cpython-2.7b2.zip cpython-2.7b2.tar.gz cpython-2.7b2.tar.bz2 | |
bump version to 2.7 beta 2v2.7b2
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 aa55ccc..5f40170 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.7b1" +__version__ = "2.7b2" #--end constants-- |
