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:
Rusty Russell
2020-06-24 20:51:36 +09:30
committed by Christian Decker
parent 1c1c3349b4
commit 447231f52e
19 changed files with 334 additions and 313 deletions

View File

@@ -1,5 +1,5 @@
from pyln.proto.message import MessageNamespace
from .gen import csv
from .csv import csv
namespace = MessageNamespace(csv_lines=csv)