From de22587612110bbe6243ea109afe12e0fb48b8a3 Mon Sep 17 00:00:00 2001 From: Corey Schaf Date: Sun, 27 Oct 2024 16:06:40 -0400 Subject: [PATCH] Fix: Schedule.get_schedule - adds better key extraction on payload when using past seasons --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57bdc60..cde3e4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "nhl-api-py" -version = "2.12.0" +version = "2.12.1" description = "NHL API (Updated for 2024/2025) and EDGE Stats. For standings, team stats, outcomes, player information. Contains each individual API endpoint as well as convience methods as well as pythonic query builder for more indepth EDGE stats." authors = ["Corey Schaf "] readme = "README.md"