Bump for release

This commit is contained in:
Matt Martz 2018-02-05 16:17:03 -06:00
parent 4f4c1dd8d1
commit 831c079113
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.0b'
__version__ = '2.0.0'
class FakeShutdownEvent(object):