From b7520ad951eea324bbf53090cdc4e38b1de8b649 Mon Sep 17 00:00:00 2001 From: nolash Date: Fri, 19 Feb 2021 09:37:01 +0100 Subject: [PATCH] Bump version --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 02759e5..d8ee20b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ SQLAlchemy==1.3.20 confini~=0.3.6b2 semver==2.13.0 hexathon~=0.0.1a3 -chainlib~=0.0.1a13 +chainlib~=0.0.1a15 diff --git a/setup.cfg b/setup.cfg index d08e708..a3d8632 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainsyncer -version = 0.0.1a7 +version = 0.0.1a8 description = Generic blockchain syncer driver author = Louis Holbrook author_email = dev@holbrook.no