krz/nba-scores

A CLI/TUI app for NBA scores.

clone: git clone https://gitbay.org/krz/nba-scores.git

766a6bf197feac5f78d4fd3e45d72be0c364114f

signed_unknown_key

author: Christian Cleberg <hello@cmc.pub> · 2025-03-29T05:45:58Z

bump version
 .gitignore     | 2 +-
 pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3f9e563..d21e105 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 .DS_Store
 venv/
 dist/
-nba-scores.egg*
+nba-scores.egg-info*
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" },
 ]