Bump to 2.0.1a

This commit is contained in:
Matt Martz 2018-02-13 16:22:23 -06:00
parent 35c3ee20ed
commit 8ff923b0fb
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.0'
__version__ = '2.0.1a'
class FakeShutdownEvent(object):