From 02efe765d2e3028dd875827f2753c7502810da21 Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Wed, 16 Oct 2024 11:34:45 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 178baf7c4..b2cf2ae5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xrpl-py" -version = "4.0.0b1" +version = "4.0.0b2" description = "A complete Python library for interacting with the XRP ledger" readme = "README.md" repository = "https://github.com/XRPLF/xrpl-py"