diff options
| author | Barry Warsaw <barry@python.org> | 2008-09-18 03:00:28 +0000 |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2008-09-18 03:00:28 +0000 |
| commit | d85f8e8c6760feba91c06d78299f7f3ccd06cf63 (patch) | |
| tree | 615c9acf684bd7e808fa25dc9ab637d08dc5fd2f /__init__.py | |
| parent | a69032e129711e6b10e786a753ba6bde427272fc (diff) | |
| download | python-setuptools-git-d85f8e8c6760feba91c06d78299f7f3ccd06cf63.tar.gz | |
bumping to 3.0rc1
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 9af2d920..2bc0ab04 100644 --- a/__init__.py +++ b/__init__.py @@ -20,5 +20,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "3.0b3" +__version__ = "3.0rc1" #--end constants-- |
