From 472f449b1698872463668f424b2accff6c02e53f Mon Sep 17 00:00:00 2001 From: dsc Date: Fri, 14 Jun 2019 01:43:45 +0200 Subject: [PATCH] increment wowlight version --- funding/api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/funding/api.py b/funding/api.py index 36ecf0c..95ee6b7 100644 --- a/funding/api.py +++ b/funding/api.py @@ -81,7 +81,8 @@ def api_wowlight_version_check(version): versions = { '0.1.0': False, '0.1.1': False, - '0.1.2': True + '0.1.2': False, + '0.1.3': True } if version not in versions: