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:
Rusty Russell 2021-07-30 21:24:29 +09:30 committed by Christian Decker
parent c0eba75b1d
commit de12c540ee
3 changed files with 3 additions and 3 deletions

View file

@ -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__ = [

View file

@ -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",

View file

@ -1 +1 @@
__version__ = "0.9.3"
__version__ = "0.10.1"