Bump to 1.0.1

This commit is contained in:
Matt Martz 2016-12-22 11:35:06 -06:00
parent 2acba6ecd7
commit 7b38e264bc
1 changed files with 1 additions and 1 deletions

View File

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