From e01dba1a0a02e84cd7df691a0fd50b85b57515e0 Mon Sep 17 00:00:00 2001 From: Yu Lun Hsu Date: Sat, 16 Sep 2023 23:59:30 +0800 Subject: [PATCH] chore: Bump version to 0.5.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0607a63..e79e212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "decodex" -version = "0.5.6" +version = "0.5.7" description = "Python package to decode dex actions" authors = ["alan890104 "] exclude = ["tests/**"]