mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
pyln.spec.bolt*: change version numbering to include specific csv subversion.
Now they look like 1.0.1.137, so you can explicitly depend on a csv change (without caring about a textual change). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
1c1c3349b4
commit
447231f52e
@@ -1,5 +1,5 @@
|
||||
from pyln.proto.message import MessageNamespace
|
||||
from .gen import csv
|
||||
from .csv import csv
|
||||
|
||||
|
||||
namespace = MessageNamespace(csv_lines=csv)
|
||||
|
||||
Reference in New Issue
Block a user