Browse Source

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.
nifty/pset-pre
Christian Decker 5 years ago
parent
commit
48cee3c3d2
  1. 2
      contrib/pyln-proto/pyln/proto/__init__.py

2
contrib/pyln-proto/pyln/proto/__init__.py

@ -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…
Cancel
Save