Skip to content

Commit 381a165

Browse files
authored
Merge pull request #196 from djotaku/another_setup.cfg_mistake
another setup.cfg mistake
2 parents 693df2b + 0fd738f commit 381a165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eldonationtracker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
__version__ = "7.4.6"
3+
__version__ = "7.4.7"
44

55
base_api_url: str = "https://www.extra-life.org/api"
66
api_version_suffix: str = "?version=1.2"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ install_requires =
2525
semver == 3.0.0.dev3
2626
requests == 2.28.1
2727
rich == 12.4.4
28-
donordrivepython == 1.4.5
28+
donordrivepython == 1.4.4

0 commit comments

Comments
 (0)