From 7eb660aaa8d55b586e2b66ca7e466d1b6645beb4 Mon Sep 17 00:00:00 2001 From: Corey Schaf Date: Thu, 15 Feb 2024 18:59:13 -0500 Subject: [PATCH] 2.3.3 --- nhlpy/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nhlpy/_version.py b/nhlpy/_version.py index c93d5fb..4245ee0 100644 --- a/nhlpy/_version.py +++ b/nhlpy/_version.py @@ -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.3.2" +__version__ = "2.3.3" diff --git a/pyproject.toml b/pyproject.toml index 06075ac..0a170c6 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.3.2" +version = "2.3.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 "] readme = "README.md"