diff options
| author | Barry Warsaw <barry@python.org> | 2008-11-06 03:29:32 +0000 |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2008-11-06 03:29:32 +0000 |
| commit | f4beb1d3745aee6654e115b5da14424ff4933a9c (patch) | |
| tree | f6550f50a1920319ddb2d9c99ddc44fd2b742d80 /__init__.py | |
| parent | f6a06d79d04028e85bc6db7402d2cfbfd8bc0b94 (diff) | |
| download | python-setuptools-git-f4beb1d3745aee6654e115b5da14424ff4933a9c.tar.gz | |
Bumping to 3.0rc2.
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 2bc0ab04..5e4972fd 100644 --- a/__init__.py +++ b/__init__.py @@ -20,5 +20,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "3.0rc1" +__version__ = "3.0rc2" #--end constants-- |
