Skip to content

Commit 7caaa79

Browse files
committedAug 19, 2024
Fix event module not including get_participant in __all__
1 parent ffab2ed commit 7caaa79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎mcc_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"__version__"
55
]
66

7-
__version__ = "1.1.5"
7+
__version__ = "1.1.6"
88
__user_agent: t.Final[str] = f"python_mcc_api/{__version__} (https://github.com/JamesMCo/python_mcc_api)"
99

1010
# update version of package

‎mcc_api/event/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"get_events",
2424
"get_hall_of_fame",
2525
"get_rundown",
26+
"get_participant",
2627
"get_participants",
2728

2829
"enums",

0 commit comments

Comments
 (0)