summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-05-04 17:03:40 -0500
committerChristian Cleberg <[email protected]>2026-05-04 17:03:40 -0500
commit14d8039e4a6ae27c1a7441a375b87617fd5aea4d (patch)
tree8584d9cb3231a92472601d145da24db337dfce49 /pyproject.toml
parent4d40494f3e9aade0f5302678e4df67a7613c157b (diff)
downloadnba-scores-14d8039e4a6ae27c1a7441a375b87617fd5aea4d.tar.gz
nba-scores-14d8039e4a6ae27c1a7441a375b87617fd5aea4d.tar.bz2
nba-scores-14d8039e4a6ae27c1a7441a375b87617fd5aea4d.zip
feat: add Bracket tab for playoffs
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2133f02..288fc27 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,8 +1,8 @@
[project]
name = "nba-scores"
-version = "0.1.7"
+version = "0.2.2"
authors = [
- { name="Christian Cleberg", email="[email protected]" },
+ { name="Christian Cleberg", email="[email protected]" },
]
description = "A CLI interface to get current NBA scores and standings."
readme = "README.md"