Skip to content

Commit

Permalink
Fix event module not including get_participant in __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMCo committed Aug 19, 2024
1 parent ffab2ed commit 7caaa79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mcc_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"__version__"
]

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

# update version of package
Expand Down
1 change: 1 addition & 0 deletions mcc_api/event/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"get_events",
"get_hall_of_fame",
"get_rundown",
"get_participant",
"get_participants",

"enums",
Expand Down

0 comments on commit 7caaa79

Please sign in to comment.