Skip to content

Commit

Permalink
Merge pull request #111 from icgood/discovery
Browse files Browse the repository at this point in the history
Pull in UDP cluster discovery from upstream
  • Loading branch information
icgood committed May 9, 2021
2 parents 6b14335 + 10e8754 commit cdb1efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
license = f.read()

setup(name='pymap',
version='0.24.2',
version='0.24.3',
author='Ian Good',
author_email='ian@icgood.net',
description='Lightweight, asynchronous IMAP serving in Python.',
Expand Down Expand Up @@ -56,7 +56,7 @@
'macaroon': ['pymacaroons'],
'redis': ['aioredis ~= 1.3.1', 'msgpack ~= 1.0'],
'sieve': ['sievelib'],
'swim': ['swim-protocol ~= 0.3.4'],
'swim': ['swim-protocol ~= 0.3.5'],
'systemd': ['systemd-python'],
'optional': ['hiredis', 'passlib', 'pid']},
entry_points={
Expand Down

0 comments on commit cdb1efa

Please sign in to comment.