aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-29 00:49:11 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-29 00:49:11 -0500
commitaf1ef7234e1402ddef56623829d83081a9e7a9ff (patch)
tree19e84c8ae8df0d0b11db4d1564f74d9ce2e3456c /pyproject.toml
parent766a6bf197feac5f78d4fd3e45d72be0c364114f (diff)
downloadnba-scores-af1ef7234e1402ddef56623829d83081a9e7a9ff.tar.gz
nba-scores-af1ef7234e1402ddef56623829d83081a9e7a9ff.tar.bz2
nba-scores-af1ef7234e1402ddef56623829d83081a9e7a9ff.zip
fix missing required package
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4b1b2ef..2c21437 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "nba-scores"
-version = "0.1.1"
+version = "0.1.2"
authors = [
{ name="Christian Cleberg", email="hello@cmc.pub" },
]