pyln: Bump the version of pyln-client

This commit is contained in:
Christian Decker
2019-12-11 19:39:52 +01:00
parent dd34cccbea
commit d449423983
2 changed files with 4 additions and 3 deletions

View File

@@ -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):