diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-06-27 21:40:27 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-06-27 21:40:27 +0000 |
| commit | 66e12f773def859e16ea917cd0c03f90f00a43f5 (patch) | |
| tree | 79a7de63a659d3630247898b8493d4fad5be3d78 /__init__.py | |
| parent | 32cbe82d88579474ca58b8e7d099a9b13b876e8c (diff) | |
| download | python-setuptools-git-66e12f773def859e16ea917cd0c03f90f00a43f5.tar.gz | |
bump to 3.2a0
Diffstat (limited to '__init__.py')
| -rw-r--r-- | __init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index 73c77f1f..18b02fc6 100644 --- a/__init__.py +++ b/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.1" +__version__ = "3.2a0" #--end constants-- |
