From 9ed39f4ef2f69dd9a207a3ea357e12f49e540689 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Thu, 16 Feb 2023 14:36:55 -0500 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9c40685a..18ef6a065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xrpl-py" -version = "1.9.0-beta.0" +version = "1.8.0b1" description = "A complete Python library for interacting with the XRP ledger" readme = "README.md" repository = "https://github.com/XRPLF/xrpl-py"