diff --git a/eldonationtracker/__init__.py b/eldonationtracker/__init__.py index f8c6bb4..2858557 100644 --- a/eldonationtracker/__init__.py +++ b/eldonationtracker/__init__.py @@ -1,6 +1,6 @@ import logging -__version__ = "7.4.5" +__version__ = "7.4.6" base_api_url: str = "https://www.extra-life.org/api" api_version_suffix: str = "?version=1.2" diff --git a/setup.cfg b/setup.cfg index 5aeac04..7788134 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,4 +25,4 @@ install_requires = semver == 3.0.0.dev3 requests == 2.28.1 rich == 12.4.4 - donordrivepython == 1.4.2 + donordrivepython == 1.4.5