Bump to 2.1.0 for upcoming release

This commit is contained in:
Matt Martz 2019-03-05 10:55:57 -06:00
parent f356c7b02d
commit fb0569946d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ except ImportError:
gzip = None gzip = None
GZIP_BASE = object GZIP_BASE = object
__version__ = '2.0.2' __version__ = '2.1.0'
class FakeShutdownEvent(object): class FakeShutdownEvent(object):