Bump to 1.0.2

This commit is contained in:
Matt Martz 2017-01-18 14:10:02 -06:00
parent 1863c35f6b
commit 068d71597b
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.2a'
__version__ = '1.0.2'
class FakeShutdownEvent(object):