Skip to content

Commit 467eac6

Browse files
fix: fix Cycle.total dt
1 parent 7e7e8c6 commit 467eac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autumn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .aio.client import AsyncClient as Autumn
99

1010
__title__ = "autumn"
11-
__version__ = "2.2.4"
11+
__version__ = "2.2.5"
1212
__license__ = "MIT"
1313
__author__ = "justanotherbyte"
1414
__copyright__ = "Copyright 2025 justanotherbyte"

autumn/models/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ class CheckoutLine(BaseModel):
4444

4545
class Cycle(BaseModel):
4646
starts_at: int
47-
total: int
47+
total: float

0 commit comments

Comments
 (0)