mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
pyln.{proto,client,testing}: bump version numbers to match release.
I left pyln.proto.spec, since it's unchanged (and completely independent of c-lightning anyway). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
c0eba75b1d
commit
de12c540ee
@@ -2,7 +2,7 @@ from .lightning import LightningRpc, RpcError, Millisatoshi
|
|||||||
from .plugin import Plugin, monkey_patch, RpcException
|
from .plugin import Plugin, monkey_patch, RpcException
|
||||||
|
|
||||||
|
|
||||||
__version__ = "0.9.3"
|
__version__ = "0.10.1"
|
||||||
|
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
|||||||
@@ -3,7 +3,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__ = '0.9.3'
|
__version__ = '0.10.1'
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"Invoice",
|
"Invoice",
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.9.3"
|
__version__ = "0.10.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user