diff options
| author | Georg Brandl <georg@python.org> | 2010-11-13 06:39:58 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-11-13 06:39:58 +0000 |
| commit | bbcb611025969e9a4b8a987a7ce1528776740ae2 (patch) | |
| tree | b8f525504a89b573e8689b4837f2a387afd9c9fc /__init__.py | |
| parent | 7c48608dcc43fbbded053bda97ba12fbb835003d (diff) | |
| download | python-setuptools-git-bbcb611025969e9a4b8a987a7ce1528776740ae2.tar.gz | |
Bump to 3.2a4.
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 9df61ab0..bae33b55 100644 --- a/__init__.py +++ b/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.2a3" +__version__ = "3.2a4" #--end constants-- |
