From 078154f9fe285c4b25aa728c264647e2a69f7c2e Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Tue, 26 Nov 2024 13:13:33 +0100 Subject: [PATCH] cut v1.23.1 --- .gitignore | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7c165f5..cc252a8 100644 --- a/.gitignore +++ b/.gitignore @@ -81,4 +81,5 @@ xahau/ rippled rippled.batch.v0 -feature-batch-cluster \ No newline at end of file +feature-batch-cluster +xrpl-* \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a60a909..1126d8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xrpld-netgen" -version = "1.23.0" +version = "1.23.1" description = "Xrpld network generator" authors = ["Denis Angell "]