Bump to v1.0.6

This commit is contained in:
Matt Martz 2017-04-25 11:49:26 -05:00
parent e982830350
commit 6603954e45
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.6a'
__version__ = '1.0.6'
class FakeShutdownEvent(object):