Bump to v2.0.2

This commit is contained in:
Matt Martz 2018-05-24 11:06:29 -05:00
parent 41e599f9c3
commit 72ed585c6f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ except ImportError:
gzip = None
GZIP_BASE = object
__version__ = '2.0.2a'
__version__ = '2.0.2'
class FakeShutdownEvent(object):