We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7e8c6 commit 467eac6Copy full SHA for 467eac6
autumn/__init__.py
@@ -8,7 +8,7 @@
8
from .aio.client import AsyncClient as Autumn
9
10
__title__ = "autumn"
11
-__version__ = "2.2.4"
+__version__ = "2.2.5"
12
__license__ = "MIT"
13
__author__ = "justanotherbyte"
14
__copyright__ = "Copyright 2025 justanotherbyte"
autumn/models/meta.py
@@ -44,4 +44,4 @@ class CheckoutLine(BaseModel):
44
45
class Cycle(BaseModel):
46
starts_at: int
47
- total: int
+ total: float
0 commit comments