diff --git a/requirements.txt b/requirements.txt index 2ed8768..038b9e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -confini~=0.5.1 +confini~=0.6.0 semver==2.13.0 -hexathon~=0.1.0 -chainlib~=0.0.10 +hexathon~=0.1.5 +chainlib>=0.1.0b1,<=0.1.0 diff --git a/setup.cfg b/setup.cfg index 376c2a7..4cd862d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainsyncer -version = 0.1.0 +version = 0.2.0 description = Generic blockchain syncer driver author = Louis Holbrook author_email = dev@holbrook.no