diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-29 01:09:05 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-29 01:09:05 -0500 |
commit | a4a10867fc97f042049899875c0daa18747ec749 (patch) | |
tree | a023ffa6ee964fe31c7a339905a1db2afa83dd52 /pyproject.toml | |
parent | 49ad1edd521650864221524e5f0a7a605bb44cbb (diff) | |
download | nba-scores-a4a10867fc97f042049899875c0daa18747ec749.tar.gz nba-scores-a4a10867fc97f042049899875c0daa18747ec749.tar.bz2 nba-scores-a4a10867fc97f042049899875c0daa18747ec749.zip |
add support for shortcut arguments
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9e7312b..39d6bc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nba-scores" -version = "0.1.6" +version = "0.1.7" authors = [ { name="Christian Cleberg", email="hello@cmc.pub" }, ] |