mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
pylightning: bump version number.
We should add this to the release checklist! It was last changed for version 0.7.1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
ab48ecf07c
commit
3702f0f17b
@ -5,7 +5,7 @@ from math import floor, log10
|
||||
import socket
|
||||
import warnings
|
||||
|
||||
__version__ = "0.0.7.3"
|
||||
__version__ = "0.0.7.4"
|
||||
|
||||
|
||||
class RpcError(ValueError):
|
||||
|
Loading…
Reference in New Issue
Block a user