Skip to content

Commit

Permalink
Merge pull request #195 from djotaku/forgot_to_update_setup.cfg
Browse files Browse the repository at this point in the history
updating setup.cfg
  • Loading branch information
djotaku authored Aug 6, 2022
2 parents 9bd16a9 + 3331add commit 693df2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eldonationtracker/__init__.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 693df2b

Please sign in to comment.