diff --git a/requirements.txt b/requirements.txt index 44f3f5c..39d0e9a 100644 --- 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 index 245dd28..77cf641 100644 --- 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 index 980ecab..a28abed 100644 --- 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