version incrementation

This commit is contained in:
kingy444 2017-11-22 15:34:11 +11:00 committed by GitHub
parent f76de286ef
commit 0bf7498fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.7'
__version__ = '1.0.8'
class FakeShutdownEvent(object):