We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get_participant
1 parent ffab2ed commit 7caaa79Copy full SHA for 7caaa79
mcc_api/__init__.py
@@ -4,7 +4,7 @@
4
"__version__"
5
]
6
7
-__version__ = "1.1.5"
+__version__ = "1.1.6"
8
__user_agent: t.Final[str] = f"python_mcc_api/{__version__} (https://github.com/JamesMCo/python_mcc_api)"
9
10
# update version of package
mcc_api/event/__init__.py
@@ -23,6 +23,7 @@
23
"get_events",
24
"get_hall_of_fame",
25
"get_rundown",
26
+ "get_participant",
27
"get_participants",
28
29
"enums",
0 commit comments