From 8ec48645018d3a861061ad5409e37ab74252d4e7 Mon Sep 17 00:00:00 2001 From: Marton ILLES Date: Fri, 17 Jun 2022 14:08:50 +0200 Subject: [PATCH] bumped version to 2.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c210917..e20f016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onekey_client" -version = "2.0.0" +version = "2.0.1" description = "ONEKEY API client" homepage = "https://www.onekey.com/" authors = ["ONEKEY "]