pyln.proto: bump version to 0.8.3.

Changelog-Changed: pyln.proto version now 0.8.3 to indicate pyln.proto.message
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2020-06-22 21:37:19 +09:30
committed by Christian Decker
parent 014ede0585
commit 93ae190c19
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from .invoice import Invoice
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
from .wire import LightningConnection, LightningServerSocket
__version__ = '0.8.2'
__version__ = '0.8.3'
__all__ = [
"Invoice",