Skip to content

Commit

Permalink
bump 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyjs committed Feb 13, 2024
1 parent 3a74735 commit 9665829
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nhlpy/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Should this be driven by the main pyproject.toml file? yes, is it super convoluted? yes, can it wait? sure

__version__ = "2.2.2"
__version__ = "2.2.3"
1 change: 0 additions & 1 deletion nhlpy/api/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def get_schedule_by_team_by_week(self, team_abbr: str, date: Optional[str] = Non
This returns the schedule for the team (team_abbr) for the week set or the current week if no week is specified.
:param date: Optional date, in which to search the week of. In format YYYY-MM-DD. Example "2024-02-10".
:param team_abbr: The 3 letter abbreviation of the team. BUF, TOR, etc
:return:
"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "nhl-api-py"
version = "2.2.2"
version = "2.2.3"
description = "NHL API. For standings, team stats, outcomes, player information. Contains each individual API endpoint as well as convience methods for easy data loading in Pandas or any ML applications."
authors = ["Corey Schaf <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9665829

Please sign in to comment.