diff --git a/setup.cfg b/setup.cfg index 121636d..54c4283 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = euroleague_api -version = 0.0.8 +version = 0.0.9 author = Georgios Giasemidis author_email = g.giasemidis@gmail.com description = A Python wrapper of the Euroleague API @@ -9,7 +9,7 @@ long_description = file: README.md long_description_content_type = text/markdown keywords = euroleague, api, basketball url = https://github.com/giasemidis/euroleague_api -download_url = https://github.com/giasemidis/euroleague_api/archive/refs/tags/v0.0.8.tar.gz +download_url = https://github.com/giasemidis/euroleague_api/archive/refs/tags/v0.0.9.tar.gz [options] package_dir =