Bump to 1.0.3

This commit is contained in:
Matt Martz 2017-03-30 19:29:40 -05:00
parent f20e8808a8
commit 2e79fbf1dc
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.3a'
__version__ = '1.0.3'
class FakeShutdownEvent(object):