diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-06-26 13:11:28 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-06-26 13:11:28 +0000 |
| commit | 32cbe82d88579474ca58b8e7d099a9b13b876e8c (patch) | |
| tree | 315a05da9a3e8f90671bffcb3a1e854b80609bf4 /__init__.py | |
| parent | 358676725f152706531025f7951588a1026f35b6 (diff) | |
| download | python-setuptools-git-32cbe82d88579474ca58b8e7d099a9b13b876e8c.tar.gz | |
bump version to 3.1 final :)
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 374ccf50..73c77f1f 100644 --- a/__init__.py +++ b/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.1rc2" +__version__ = "3.1" #--end constants-- |
