Skip to content

Commit 1709c08

Browse files
committed
pyln: update to v0.12.1
1 parent 8e6ad75 commit 1709c08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contrib/pyln-client/pyln/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .plugin import Plugin, monkey_patch, RpcException
33
from .gossmap import Gossmap, GossmapNode, GossmapChannel, GossmapNodeId
44

5-
__version__ = "0.12.0"
5+
__version__ = "0.12.1"
66

77
__all__ = [
88
"LightningRpc",

contrib/pyln-proto/pyln/proto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
55
from .wire import LightningConnection, LightningServerSocket
66

7-
__version__ = "0.12.0"
7+
__version__ = "0.12.1"
88

99
__all__ = [
1010
"Invoice",

contrib/pyln-testing/pyln/testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.12.0"
1+
__version__ = "0.12.1"
22

33
__all__ = [
44
"__version__",

0 commit comments

Comments
 (0)