diff options
| author | Georg Brandl <georg@python.org> | 2011-08-13 11:34:58 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-08-13 11:34:58 +0200 |
| commit | 2af5d249da9647a383d27799c9bb9bf9802566c9 (patch) | |
| tree | c57fa92defb66dee1d0e3ef3c3e9fa01b55d5713 /__init__.py | |
| parent | 2659dbffbdccd9365d0e81be91a230884a7430f7 (diff) | |
| download | python-setuptools-git-2af5d249da9647a383d27799c9bb9bf9802566c9.tar.gz | |
Bump version to 3.2.2rc1.
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 c06002ea..b31b2d20 100644 --- a/__init__.py +++ b/__init__.py @@ -13,5 +13,5 @@ used from a setup script as # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.2.1" +__version__ = "3.2.2rc1" #--end constants-- |
