summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-04-03 18:33:24 +0000
committerTres Seaver <tseaver@palladion.com>2012-04-03 18:33:24 +0000
commita42fb2bb1de1deab496111498643b297d3069e0c (patch)
tree0307baede81c590c20e0d95813a032eb8d2a7fd5 /setup.py
parent69fa0995dd0219af36fbcf69b4474bb357140295 (diff)
downloadzope-interface-a42fb2bb1de1deab496111498643b297d3069e0c.tar.gz
Target 4.0.x as the new release line for the trunk.
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 f5cf838..ce54e93 100644
--- a/setup.py
+++ b/setup.py
@@ -86,7 +86,7 @@ except (ImportError, SyntaxError):
from build_ext_2 import optional_build_ext
setup(name='zope.interface',
- version='3.9.0dev',
+ version='4.0.0dev',
url='http://pypi.python.org/pypi/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',