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
.gitignore | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) @@ -1,4 +1,4 @@ .DS_Store venv/ dist/ -nba-scores.egg* +nba-scores.egg-info* @@ -1,6 +1,6 @@ [project] name = "nba-scores" -version = "0.1.0" +version = "0.1.1" authors = [ { name="Christian Cleberg", email="hello@cmc.pub" }, ]