mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
pyln: Bump the version of pyln-client
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
from .lightning import LightningRpc, RpcError, Millisatoshi, __version__
|
||||
from .lightning import LightningRpc, RpcError, Millisatoshi
|
||||
from .plugin import Plugin, monkey_patch
|
||||
|
||||
|
||||
__version__ = "0.7.4"
|
||||
|
||||
|
||||
__all__ = [
|
||||
"LightningRpc",
|
||||
"Plugin",
|
||||
|
||||
@@ -5,8 +5,6 @@ import warnings
|
||||
from decimal import Decimal
|
||||
from math import floor, log10
|
||||
|
||||
__version__ = "0.7.3"
|
||||
|
||||
|
||||
class RpcError(ValueError):
|
||||
def __init__(self, method, payload, error):
|
||||
|
||||
Reference in New Issue
Block a user