diff --git a/Readme.md b/Readme.md index 16bea68..0449ade 100644 --- a/Readme.md +++ b/Readme.md @@ -14,7 +14,7 @@ Use the [Nimble][2] package manager to add `ethers` to an existing project. Add the following to its .nimble file: ```nim -requires "ethers >= 0.6.0 & < 0.7.0" +requires "ethers >= 0.7.0 & < 0.8.0" ``` Usage diff --git a/ethers.nimble b/ethers.nimble index 80ad6cc..f9b1c5c 100644 --- a/ethers.nimble +++ b/ethers.nimble @@ -1,4 +1,4 @@ -version = "0.6.0" +version = "0.7.0" author = "Nim Ethers Authors" description = "library for interacting with Ethereum" license = "MIT"