Bump to 2.0.1 for release

This commit is contained in:
Matt Martz 2018-05-23 15:26:20 -05:00
parent 4ceae77401
commit c7530bb143
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.1a'
__version__ = '2.0.1'
class FakeShutdownEvent(object):