From 16b3fa70e04ada1bf93e41e8a10e3df4c13e7147 Mon Sep 17 00:00:00 2001 From: lash Date: Sun, 13 Aug 2023 18:01:31 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c038f22..52b0a01 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ f.close() setup( name='celo-chainlib-eth', description='block adapter hook enabling chainlib-eth for use with celo.', - version='0.1.0', + version='0.1.1', packages=[ 'chainlib_eth_celo', ],