diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-04-04 21:06:52 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-04-04 21:06:52 +0000 |
| commit | 1b3f5a086d20cde5ddb2e399336974aac4291c8d (patch) | |
| tree | 5d9e572a8278da4cdd4216d44f941d2d96d7f5e2 /__init__.py | |
| parent | 0c34a6afb92b1530da9c19f1b96b2371aa6ff606 (diff) | |
| download | python-setuptools-git-1b3f5a086d20cde5ddb2e399336974aac4291c8d.tar.gz | |
bump version to 3.1a2
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 12a430ec..c6680636 100644 --- a/__init__.py +++ b/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.1a1" +__version__ = "3.1a2" #--end constants-- |
