From d3044fd4a7fe59029ff3b52b7c35eebde5797e77 Mon Sep 17 00:00:00 2001 From: Corey Schaf Date: Thu, 15 Feb 2024 18:09:26 -0500 Subject: [PATCH] v2.3.2 --- 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 d1b6f45..c93d5fb 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.1" +__version__ = "2.3.2" diff --git a/pyproject.toml b/pyproject.toml index f5f9340..06075ac 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.1" +version = "2.3.2" 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"