From e7ccf2fb6326da630a3cf1665aac964a1e108f4c Mon Sep 17 00:00:00 2001 From: dblackrun Date: Tue, 16 Apr 2024 20:21:57 -0400 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e9b100..050554a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ extend_skip = ["pbpstats/resources/enhanced_pbp/__init__.py"] [tool.poetry] name = "pbpstats" -version = "1.3.10" +version = "1.3.11" description = "A package to scrape and parse NBA, WNBA and G-League play-by-play data" authors = ["dblackrun "] license = "MIT License"