From 0ad0f9981c914add8237917f9dde0b08a44ddd8d Mon Sep 17 00:00:00 2001 From: Louis Holbrook Date: Wed, 2 Jun 2021 16:09:39 +0000 Subject: [PATCH] Upgrade cic-eth package for imports --- apps/cic-eth/cic_eth/version.py | 2 +- apps/data-seeding/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cic-eth/cic_eth/version.py b/apps/cic-eth/cic_eth/version.py index 18ac1dd..b233a1e 100644 --- a/apps/cic-eth/cic_eth/version.py +++ b/apps/cic-eth/cic_eth/version.py @@ -10,7 +10,7 @@ version = ( 0, 11, 0, - 'beta.14', + 'beta.15', ) version_object = semver.VersionInfo( diff --git a/apps/data-seeding/requirements.txt b/apps/data-seeding/requirements.txt index fcc526d..f0b55ef 100644 --- a/apps/data-seeding/requirements.txt +++ b/apps/data-seeding/requirements.txt @@ -1,5 +1,5 @@ cic-base[full_graph]==0.1.2b11 sarafu-faucet==0.0.3a3 -cic-eth==0.11.0b14 +cic-eth==0.11.0b15 cic-types==0.1.0a11 crypto-dev-signer==0.4.14b3