From f282f09e138b62e7c5b07562b4acb6652dc638eb Mon Sep 17 00:00:00 2001 From: meherett Date: Sun, 14 Jul 2019 11:13:28 +0300 Subject: [PATCH] Upgraded v0.1.0 to v0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce2c703..d0f2a05 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="eth-cobra", - version='0.1.0', + version='0.1.1', description='A fast, flexible and simple development environment framework for Ethereum smart contract, ' 'testing and deployment on Ethereum virtual machine(EVM). https://cobraframework.github.io', long_description=long_description,