From 21e6fe4e73e01d228b521b6ff2a71a4bbb3025cb Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Thu, 15 Sep 2022 17:25:51 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f90ddabc4..c454dcf9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xrpl-py" -version = "1.7.0-beta.0" +version = "1.7.0-beta.1" description = "A complete Python library for interacting with the XRP ledger" readme = "README.md" repository = "https://github.com/XRPLF/xrpl-py"