From d57d25d2d88295dd23c0ccc112272ad929adc563 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 14 Jul 2025 17:29:48 +0200 Subject: [PATCH 1/2] cli: Bump version on crates.io to include gl-client 0.3.1 --- libs/gl-cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/gl-cli/Cargo.toml b/libs/gl-cli/Cargo.toml index cd24a4c8e..8fd8711d9 100644 --- a/libs/gl-cli/Cargo.toml +++ b/libs/gl-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gl-cli" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Peter Neuroth "] description = "A command-line interface for running a Greenlight signer and operating a Greenlight node" @@ -8,7 +8,7 @@ homepage = "https://blockstream.github.io/greenlight/" repository = "https://github.com/Blockstream/greenlight" documentation = "https://blockstream.github.io/greenlight/" keywords = ["lightning", "greenlight", "cli", "bitcoin", "blockchain"] -categories = ["command-line-utlis", "cryptography::cryptocurrencies"] +categories = ["command-line-utilities", "cryptography::cryptocurrencies"] license = "MIT" readme = "README.md" From cc1d7a110b1ab9da4089155d9845156e012b55b0 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 14 Jul 2025 17:35:56 +0200 Subject: [PATCH 2/2] py: Bump the gl-client-py version to 0.3.4 --- libs/gl-client-py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gl-client-py/pyproject.toml b/libs/gl-client-py/pyproject.toml index b7d658ad6..48e9e02d7 100644 --- a/libs/gl-client-py/pyproject.toml +++ b/libs/gl-client-py/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gl-client" -version = "0.3.3" +version = "0.3.4" description = "" readme = "README.md" requires-python = ">=3.8"