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:
Christian Decker 2020-06-12 17:15:04 +02:00
parent 1933cc2523
commit 48cee3c3d2

View File

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