pyln: Bump versions of pyln-client and pyln-testing

This commit is contained in:
Christian Decker
2019-12-30 20:18:52 +01:00
parent 841fbf54ea
commit 8c387932c0
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from .lightning import LightningRpc, RpcError, Millisatoshi
from .plugin import Plugin, monkey_patch from .plugin import Plugin, monkey_patch
__version__ = "0.7.4" __version__ = "0.8.0"
__all__ = [ __all__ = [

View File

@@ -1 +1 @@
__version__ = "0.0.1" __version__ = "0.0.2"