pyln-client, pyln-proto, pyln-testing: update to new versions.

I actually did this manually to send 23.08 to Pypi a few days ago, as it's
required for clnrest.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2023-08-02 16:16:25 +09:30
parent 0f6687ec7b
commit 0c20cc70ab
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "23.05"
__version__ = "23.08"
__all__ = [
"__version__",

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyln-testing"
version = "23.05"
version = "23.08"
description = "Test your Core Lightning integration, plugins or whatever you want"
authors = ["Christian Decker <decker.christian@gmail.com>"]
license = "BSD-MIT"