Bump to v1.0.5

This commit is contained in:
Matt Martz 2017-04-21 14:38:57 -05:00
parent 20eeadcb0c
commit ceef55488c
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.5a'
__version__ = '1.0.5'
class FakeShutdownEvent(object):