diff options
| author | Tres Seaver <tseaver@palladion.com> | 2017-04-21 17:00:57 -0400 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2017-04-21 17:00:57 -0400 |
| commit | f1b3346f2e8c27d1ad73ce359a22dce8a8ee78be (patch) | |
| tree | d4f1b9efd8061af88668d17daf125aacac1282d1 /setup.py | |
| parent | 9aa5713a449a181e050a0e02d044cbc4017a146c (diff) | |
| download | zope-interface-f1b3346f2e8c27d1ad73ce359a22dce8a8ee78be.tar.gz | |
Bump minor version due to new Python version support.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ long_description=( ) setup(name='zope.interface', - version='4.3.4.dev0', + version='4.4.0.dev0', url='https://github.com/zopefoundation/zope.interface', license='ZPL 2.1', description='Interfaces for Python', |
