mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
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:
parent
014ede0585
commit
93ae190c19
@ -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",
|
||||
|
@ -9,7 +9,7 @@ with io.open('requirements.txt', encoding='utf-8') as f:
|
||||
requirements = [r for r in f.read().split('\n') if len(r)]
|
||||
|
||||
setup(name='pyln-proto',
|
||||
version='0.8.2',
|
||||
version='0.8.3',
|
||||
description='Pure python implementation of the Lightning Network protocol',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
|
Loading…
Reference in New Issue
Block a user