mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
pyln: Bump version to 0.8.2 in order to match with binary distro
Keeping them out of sync seems like a great way to create confusion. Let's sync them up whenever possible.
This commit is contained in:
parent
1933cc2523
commit
48cee3c3d2
@ -2,7 +2,7 @@ from .invoice import Invoice
|
||||
from .onion import OnionPayload, TlvPayload, LegacyOnionPayload
|
||||
from .wire import LightningConnection, LightningServerSocket
|
||||
|
||||
__version__ = '0.0.2'
|
||||
__version__ = '0.8.2'
|
||||
|
||||
__all__ = [
|
||||
"Invoice",
|
||||
|
Loading…
Reference in New Issue
Block a user