pyln-proto: make point release.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2023-07-10 13:53:48 +09:30 committed by Christian Decker
parent 2109f0b0ea
commit e993818ffe
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ from .invoice import Invoice
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
from .wire import LightningConnection, LightningServerSocket
__version__ = "23.05"
__version__ = "23.05.2"
__all__ = [
"Invoice",

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pyln-proto"
version = "23.05"
version = "23.05.2"
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>"]
license = "BSD-MIT"