mirror of
https://github.com/not-kennethreitz/requests-async.git
synced 2026-06-05 06:56:15 +00:00
Version 0.1.0
This commit is contained in:
@@ -2,7 +2,7 @@ from .adapters import HTTPAdapter
|
||||
from .sessions import Session
|
||||
from .api import request, get, head, post, patch, put, delete, options
|
||||
|
||||
__version__ = "0.0.1"
|
||||
__version__ = "0.1.0"
|
||||
__all__ = [
|
||||
"request",
|
||||
"get",
|
||||
|
||||
Reference in New Issue
Block a user