mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
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:
@@ -3,7 +3,7 @@ from .plugin import Plugin, monkey_patch, RpcException
|
|||||||
from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapHalfchannel, GossmapNodeId, LnFeatureBits
|
from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapHalfchannel, GossmapNodeId, LnFeatureBits
|
||||||
from .gossmapstats import GossmapStats
|
from .gossmapstats import GossmapStats
|
||||||
|
|
||||||
__version__ = "23.05.2"
|
__version__ = "23.08"
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"LightningRpc",
|
"LightningRpc",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyln-client"
|
name = "pyln-client"
|
||||||
version = "23.05.2"
|
version = "23.08"
|
||||||
description = "Client library and plugin library for Core Lightning"
|
description = "Client library and plugin library for Core Lightning"
|
||||||
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
||||||
license = "BSD-MIT"
|
license = "BSD-MIT"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ from .invoice import Invoice
|
|||||||
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
|
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
|
||||||
from .wire import LightningConnection, LightningServerSocket
|
from .wire import LightningConnection, LightningServerSocket
|
||||||
|
|
||||||
__version__ = "23.05.2"
|
__version__ = "23.08"
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"Invoice",
|
"Invoice",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyln-proto"
|
name = "pyln-proto"
|
||||||
version = "23.05.2"
|
version = "23.08"
|
||||||
description = "This package implements some of the Lightning Network protocol in pure python. It is intended for protocol testing and some minor tooling only. It is not deemed secure enough to handle any amount of real funds (you have been warned!)."
|
description = "This package implements some of the Lightning Network protocol in pure python. It is intended for protocol testing and some minor tooling only. It is not deemed secure enough to handle any amount of real funds (you have been warned!)."
|
||||||
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
||||||
license = "BSD-MIT"
|
license = "BSD-MIT"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
__version__ = "23.05"
|
__version__ = "23.08"
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"__version__",
|
"__version__",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyln-testing"
|
name = "pyln-testing"
|
||||||
version = "23.05"
|
version = "23.08"
|
||||||
description = "Test your Core Lightning integration, plugins or whatever you want"
|
description = "Test your Core Lightning integration, plugins or whatever you want"
|
||||||
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
||||||
license = "BSD-MIT"
|
license = "BSD-MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user