diff options
| author | Barry Warsaw <barry@python.org> | 2008-07-18 02:28:44 +0000 |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2008-07-18 02:28:44 +0000 |
| commit | 859dfb6ac16f97bbbd9632c03ac655ad5e3e5d59 (patch) | |
| tree | b339f1e654a295c85f429def407756ffe83b4e9d /__init__.py | |
| parent | bd559affbcf751d932274da766e8e762c23e1f87 (diff) | |
| download | python-setuptools-git-859dfb6ac16f97bbbd9632c03ac655ad5e3e5d59.tar.gz | |
Bumping to 3.0b2
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 54fc2369..48bb0056 100644 --- a/__init__.py +++ b/__init__.py @@ -20,5 +20,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "3.0b1" +__version__ = "3.0b2" #--end constants-- |
