Skip to content

Commit

Permalink
tag_name
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 14, 2024
1 parent a42310f commit 9c0ae8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unicorn_binance_rest_api/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def get_version(self):
"""
return self.version

def get_latest_version(self):
def get_latest_version(self) -> Optional[str]:
"""
Get the version of the latest available release (cache time 1 hour)
:return: str or False
Expand Down

0 comments on commit 9c0ae8e

Please sign in to comment.