File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ class SimplePitchingSplit:
2424
2525 Attributes
2626 ----------
27+ summary : str
28+ Summary of stats for the pitcher
2729 gamesplayed : int
2830 The games played by the pitcher.
2931 gamesstarted : int
@@ -149,6 +151,7 @@ class SimplePitchingSplit:
149151 inheritedrunners : int
150152 The number of inherited runners for the pitcher.
151153 """
154+ summary : Optional [str ] = None
152155 gamesplayed : Optional [int ] = None
153156 gamesstarted : Optional [int ] = None
154157 flyouts : Optional [int ] = None
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " python-mlb-statsapi"
7- version = " 0.5.21 "
7+ version = " 0.5.22 "
88
99authors = [
1010 { name =" Matthew Spah" , email =" spahmatthew@gmail.com" },
You can’t perform that action at this time.
0 commit comments