From cb8e24f4013083b119ad7b78b5b41e85684ced46 Mon Sep 17 00:00:00 2001 From: Geoff Lee Date: Tue, 15 Feb 2022 09:46:33 +0900 Subject: [PATCH] version bumped to 2.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47ee00bc..c4c0acc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ license = "MIT" packages = [{ include = "terra_sdk" }] readme = "README.md" repository = "https://github.com/terra-money/terra.py" -version = "2.0.0" +version = "2.0.1" [tool.poetry.dependencies] aiohttp = "^3.8.1"