Bump to beta

This commit is contained in:
Matt Martz 2018-01-03 09:16:51 -06:00
parent c16ffd4ae7
commit 48a3d33ae4
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.0a'
__version__ = '2.0.0b'
class FakeShutdownEvent(object):