From 3be0135c08b5325042f7097d689bc75cc487363c Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 14 Apr 2023 05:34:19 +0000 Subject: [PATCH] 1.0.21 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad536925..7d379fe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.0.21 (2023-04-14) +### Fix +* Change _get to async and added self ([`a38cb23`](https://github.com/mraniki/dxsp/commit/a38cb2389cb5f4c795c89862630587e2aa591bcd)) + ## v1.0.20 (2023-04-14) ### Fix * Gecko and contract ([`b9d2383`](https://github.com/mraniki/dxsp/commit/b9d23836c9b327fb2a9d0bcd35102e24888ae5e2)) diff --git a/pyproject.toml b/pyproject.toml index 2543ffa3..51f8f99c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dxsp" -version = "1.0.20" +version = "1.0.21" description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License"