From 1387451e01a579d0077e4748bc4f610eb4a45692 Mon Sep 17 00:00:00 2001 From: lash Date: Sun, 24 Apr 2022 18:53:09 +0000 Subject: [PATCH] Bump deps --- python/requirements.txt | 6 +++--- python/setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index cea12ee..59502b2 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ -chainlib-eth~=0.0.27 -eth-erc20~=0.1.10 -funga-eth~=0.5.6 +chainlib-eth>=0.1.0,<0.2.0 +eth-erc20~=0.3.0 +funga-eth~=0.6.0 diff --git a/python/setup.cfg b/python/setup.cfg index 0536298..673d811 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-demurrage-token -version = 0.0.11 +version = 0.1.0 description = ERC20 token with redistributed continual demurrage author = Louis Holbrook author_email = dev@holbrook.no