chainlib

Generic blockchain access library and tooling
Log | Files | Refs | README | LICENSE

commit d3f4da529665f427f960b295259ae28c321f9331
parent f122e2a64bcb5a1390f06a72aa028986ee9a5819
Author: lash <dev@holbrook.no>
Date:   Sun,  6 Mar 2022 19:29:39 +0000

Upgrade confini

Diffstat:
Mrequirements.txt | 2+-
Mscripts/chainlib-man.py | 1-
Msetup.cfg | 2+-
3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -1,4 +1,4 @@ funga~=0.5.2 pysha3==1.0.2 hexathon~=0.1.5 -confini~=0.5.7 +confini~=0.6.0 diff --git a/scripts/chainlib-man.py b/scripts/chainlib-man.py @@ -214,7 +214,6 @@ if examples != None: f.write(".SH EXAMPLES\n\n") f.write(examples) - if seealso != None: seealso_description = seealso diff --git a/setup.cfg b/setup.cfg @@ -3,7 +3,7 @@ name=chainlib license=WTFPL2 author_email=dev@holbrook.no description=Generic blockchain access library and tooling -version=0.0.23 +version=0.1.0b1 url=https://gitlab.com/chaintools/chainlib author=Louis Holbrook