diff options
| author | Michael Howitz <mh@gocept.com> | 2020-11-05 13:30:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-05 13:30:11 +0100 |
| commit | 3efc9579ba378f2809579ee2dc378f09e5a57ffb (patch) | |
| tree | 8d1d62d52778589aa32ec21d98f20788d111b33e /setup.py | |
| parent | db372a6a07dfd8ce4dbbd16121f7c58b3c221e82 (diff) | |
| download | zope-interface-3efc9579ba378f2809579ee2dc378f09e5a57ffb.tar.gz | |
Add support for Python 3.9. (#222)
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ long_description = ( ) setup(name='zope.interface', - version='5.1.3.dev0', + version='5.2.0.dev0', url='https://github.com/zopefoundation/zope.interface', license='ZPL 2.1', description='Interfaces for Python', |
