Skip to content

Commit c65d2c9

Browse files
committed
Version bump and adding new param to gamedata
1 parent 4098b98 commit c65d2c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mlbstatsapi/models/game/gamedata/gamedata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class GameData:
7070
officialscorer: Optional[Union[Person, dict]] = field(default_factory=dict)
7171
primarydatacaster: Optional[Union[Person, dict]] = field(default_factory=dict)
7272
secondarydatacaster: Optional[Union[Person, dict]] = field(default_factory=dict)
73+
abschallenges: Optional[Union[List[dict], dict]] = field(default_factory=dict)
7374

7475
def __post_init__(self):
7576
self.game = GameDataGame(**self.game)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-mlb-statsapi"
7-
version = "0.5.25"
7+
version = "0.5.26"
88

99
authors = [
1010
{ name="Matthew Spah", email="spahmatthew@gmail.com" },

0 commit comments

Comments
 (0)