From 80bfafd00d592107457734368121a76cdd939821 Mon Sep 17 00:00:00 2001 From: Corey Schaf Date: Mon, 25 Nov 2024 16:19:28 -0500 Subject: [PATCH] Version 2.15.0 release. Includes new gamecenter endpoint right_rail --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f68ebfe..745e5ce 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.14.2" +version = "2.15.0" 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"