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" 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"