diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-06-13 13:15:04 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-06-13 13:15:04 +0000 |
| commit | 3dae7e94d2ac0d05e9cb68e114ee0babb6cc015e (patch) | |
| tree | be2010edcaf2db99367e1a6a457ae3fca9137855 /__init__.py | |
| parent | 7d083e9637d1f453b3a9226250e0bc44f93ed349 (diff) | |
| download | python-setuptools-git-3dae7e94d2ac0d05e9cb68e114ee0babb6cc015e.tar.gz | |
bump version to 3.1rc2
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 5a5db532..374ccf50 100644 --- a/__init__.py +++ b/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.1rc1" +__version__ = "3.1rc2" #--end constants-- |
