Skip to content

Commit

Permalink
Update unicorn_fy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner authored Sep 29, 2020
1 parent d324a18 commit 74a2266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unicorn_fy/unicorn_fy.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class UnicornFy(object):
- Binance.org
- Jex.com
"""
VERSION = "0.6.0.dev"
VERSION = "0.6.0"

def __init__(self):
self.last_update_check_github = {'timestamp': time.time(),
Expand Down Expand Up @@ -904,4 +904,4 @@ def set_to_false_if_not_exist(value, key):
return value
except IndexError:
value[key] = False
return value
return value

0 comments on commit 74a2266

Please sign in to comment.