diff options
| author | Barry Warsaw <barry@python.org> | 2008-11-21 01:18:21 +0000 |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2008-11-21 01:18:21 +0000 |
| commit | a122c2880d7b97fac4345692b4d9fedd58bec7b5 (patch) | |
| tree | 284d4e2849ea204d82e325a6ad0ea1f9974f7405 /__init__.py | |
| parent | 2dd637745910d84b0c7342622a823ed0c3a2cd62 (diff) | |
| download | python-setuptools-git-a122c2880d7b97fac4345692b4d9fedd58bec7b5.tar.gz | |
Bump to 3.0rc3
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 5e4972fd..2cf9d4d3 100644 --- a/__init__.py +++ b/__init__.py @@ -20,5 +20,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "3.0rc2" +__version__ = "3.0rc3" #--end constants-- |
