diff options
| author | Georg Brandl <georg@python.org> | 2011-07-09 08:56:21 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-07-09 08:56:21 +0200 |
| commit | 7d80bbfb319d76b2306d4193fdb082acd919927d (patch) | |
| tree | 4b93261550f746c2107dd27f036e3e5962b4f65a | |
| parent | 4758a6576c8847d6848ebe98f99f6526673f35b8 (diff) | |
| download | python-setuptools-git-7d80bbfb319d76b2306d4193fdb082acd919927d.tar.gz | |
Bump version to 3.2.1.
| -rw-r--r-- | __init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index 2602c507..a470ade9 100644 --- a/__init__.py +++ b/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.2.1rc2" +__version__ = "3.2.1" #--end constants-- |
