There was an error while loading. Please reload this page.
2 parents 0fcaca3 + 4bacebc commit a31cec9Copy full SHA for a31cec9
3 files changed
autumn/__init__.py
@@ -16,4 +16,4 @@
16
17
BASE_URL = "https://api.useautumn.com"
18
VERSION = "v1"
19
-LATEST_API_VERSION = "1.2"
+LATEST_API_VERSION = "1.2.0"
autumn/aio/client.py
@@ -77,7 +77,7 @@ class AsyncClient(Client):
77
def __init__(
78
self,
79
token: str,
80
- version: str = "1.2",
+ version: str = "v1",
81
*,
82
base_url: Optional[str] = None,
83
max_retries: int = 5,
autumn/client.py
@@ -92,7 +92,7 @@ async def main():
92
93
94
95
96
97
98
0 commit comments