aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-29 00:45:58 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-29 00:45:58 -0500
commit766a6bf197feac5f78d4fd3e45d72be0c364114f (patch)
tree883c1854d06d7db6a6f3717f482347b0c18e20c9 /pyproject.toml
parent60955a616870093a5a14345f284f001185753967 (diff)
downloadnba-scores-766a6bf197feac5f78d4fd3e45d72be0c364114f.tar.gz
nba-scores-766a6bf197feac5f78d4fd3e45d72be0c364114f.tar.bz2
nba-scores-766a6bf197feac5f78d4fd3e45d72be0c364114f.zip
bump version
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 f85028f..4b1b2ef 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "nba-scores"
-version = "0.1.0"
+version = "0.1.1"
authors = [
{ name="Christian Cleberg", email="hello@cmc.pub" },
]