From b002976ebd1b90decf6dc66f8ba87f492119f03e Mon Sep 17 00:00:00 2001 From: lash Date: Wed, 4 May 2022 18:13:30 +0000 Subject: [PATCH] Upgrade hexathon --- CHANGELOG | 6 ++++++ requirements.txt | 2 +- setup.cfg | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 850482d..6f31746 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +- 0.1.2 + * Upgrade hexathon dep +- 0.1.1 + * Add settings object +- 0.1.0 + * Upgrade deps - 0.0.23 * Configuration variable descriptions * Arg flags to names listing method diff --git a/requirements.txt b/requirements.txt index 39d0e9a..1b4d42a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ funga~=0.5.2 pysha3==1.0.2 -hexathon~=0.1.5 +hexathon~=0.1.6 confini~=0.6.0 diff --git a/setup.cfg b/setup.cfg index 337efe5..560dd1a 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.1.0 +version=0.1.2 url=https://gitlab.com/chaintools/chainlib author=Louis Holbrook