alpha version bump

This commit is contained in:
Matt Martz 2017-01-09 19:49:19 -06:00
parent 823d7dc2b7
commit 1863c35f6b
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.1'
__version__ = '1.0.2a'
class FakeShutdownEvent(object):