From bff8301ee0e3ee212eb3766f893d2273470bcf2f Mon Sep 17 00:00:00 2001 From: Adriano Di Luzio Date: Tue, 10 Nov 2020 09:15:21 +0100 Subject: [PATCH] Update version --- cryptonator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptonator.py b/cryptonator.py index 2f6fddd..fe1ae6b 100644 --- a/cryptonator.py +++ b/cryptonator.py @@ -9,7 +9,7 @@ import requests __author__ = 'aldur' -__version__ = '0.0.2' +__version__ = '0.0.4' API_CURRENCIES = "https://www.cryptonator.com/api/currencies" API_SIMPLE_TICKER = "https://api.cryptonator.com/api/ticker/{}-{}"