mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-25 00:34:19 +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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user