Version 0.3.0 (#72)

This commit is contained in:
Tom Christie 2019-05-16 12:42:49 +01:00 committed by GitHub
parent 23e07862e3
commit 7155e74898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,4 +23,4 @@ from .interfaces import BaseReader, BaseWriter, ConcurrencyBackend, Dispatcher,
from .models import URL, Headers, Origin, QueryParams, Request, Response
from .status_codes import codes
__version__ = "0.2.1"
__version__ = "0.3.0"