mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +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:
parent
c0eba75b1d
commit
de12c540ee
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ from .lightning import LightningRpc, RpcError, Millisatoshi
|
|||
from .plugin import Plugin, monkey_patch, RpcException
|
||||
|
||||
|
||||
__version__ = "0.9.3"
|
||||
__version__ = "0.10.1"
|
||||
|
||||
|
||||
__all__ = [
|
||||
|
|
|
@ -3,7 +3,7 @@ from .invoice import Invoice
|
|||
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
|
||||
from .wire import LightningConnection, LightningServerSocket
|
||||
|
||||
__version__ = '0.9.3'
|
||||
__version__ = '0.10.1'
|
||||
|
||||
__all__ = [
|
||||
"Invoice",
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.9.3"
|
||||
__version__ = "0.10.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue