File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " sendou-py"
7
- version = " 1.2.9 "
7
+ version = " 1.2.10 "
8
8
description = " An async Python library for Sendou.ink"
9
9
authors = [ " Vincent Lee <vlee@iplabs.ink>" ,]
10
10
license = " MIT"
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ class Tournament(BaseModel):
98
98
teams (TournamentTeamInfo): Tournament Team Info
99
99
brackets (List[TournamentBracket]): Tournament Brackets
100
100
organization_id (Optional[int]): Organization ID
101
+ is_finalised (bool): Is Tournament Finalised
101
102
"""
102
103
id : int
103
104
name : str
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ class UserSocials:
17
17
Attributes:
18
18
twitch (Optional[str]): Twitch Username
19
19
twitter (Optional[str]): Twitter Username
20
+ battlefy (Optional[str]): Battlefy Username
21
+ bsky (Optional[str]): Bsky Username
20
22
"""
21
23
twitch : Optional [str ]
22
24
twitter : Optional [str ]
You can’t perform that action at this time.
0 commit comments