diff options
| author | Tres Seaver <tseaver@palladion.com> | 2012-04-03 18:33:24 +0000 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2012-04-03 18:33:24 +0000 |
| commit | a42fb2bb1de1deab496111498643b297d3069e0c (patch) | |
| tree | 0307baede81c590c20e0d95813a032eb8d2a7fd5 /setup.py | |
| parent | 69fa0995dd0219af36fbcf69b4474bb357140295 (diff) | |
| download | zope-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
