summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2009-05-13 21:11:35 +0000
committerTres Seaver <tseaver@palladion.com>2009-05-13 21:11:35 +0000
commit0911960d355963901b228f5ac0cd810f3f5c04ab (patch)
treed4cf183321e5cb347e13f6a6c14816633e2282ff /setup.py
parentad77f8b236fc336049f5f82094ed84be258c592b (diff)
downloadzope-browser-0911960d355963901b228f5ac0cd810f3f5c04ab.tar.gz
Move ``IAdding`` interface here from ``zope.app.container.interfaces``.
o Breaks undesirable dependencies.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d095a0c..98c2c48 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.browser',
- version = '1.0',
+ version = '1.1dev',
author='Zope Corporation and Contributors',
author_email='zope3-dev@zope.org',
description='Shared Zope Toolkit browser components',