From 89db97fadfcd6fc25bd4d31b1a3c613445f5842b Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sun, 1 Sep 2024 12:38:51 +0930 Subject: [PATCH] pyln-client: try to bump version Signed-off-by: Rusty Russell --- contrib/pyln-client/pyln/client/__init__.py | 2 +- contrib/pyln-client/pyproject.toml | 2 +- poetry.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/pyln-client/pyln/client/__init__.py b/contrib/pyln-client/pyln/client/__init__.py index 66bc85789e54..55d2e55dfeaa 100644 --- a/contrib/pyln-client/pyln/client/__init__.py +++ b/contrib/pyln-client/pyln/client/__init__.py @@ -3,7 +3,7 @@ from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapHalfchannel, GossmapNodeId, LnFeatureBits from .gossmapstats import GossmapStats -__version__ = "24.08" +__version__ = "24.08.1" __all__ = [ "LightningRpc", diff --git a/contrib/pyln-client/pyproject.toml b/contrib/pyln-client/pyproject.toml index 88e0ebd02a2d..40457830ebbb 100644 --- a/contrib/pyln-client/pyproject.toml +++ b/contrib/pyln-client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyln-client" -version = "24.08" +version = "24.08.1" description = "Client library and plugin library for Core Lightning" authors = ["Christian Decker "] license = "BSD-MIT" diff --git a/poetry.lock b/poetry.lock index b031c4e4f59d..bb46e77d448b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aniso8601" @@ -1690,7 +1690,7 @@ files = [ [[package]] name = "pyln-client" -version = "24.08rc3" +version = "24.08.1" description = "Client library and plugin library for Core Lightning" optional = false python-versions = "^3.8" @@ -1744,7 +1744,7 @@ url = "contrib/pyln-proto" [[package]] name = "pyln-testing" -version = "24.08rc3" +version = "24.08" description = "Test your Core Lightning integration, plugins or whatever you want" optional = false python-versions = "^3.8"