version 0.4.0

This commit is contained in:
Mark Spanbroek 2023-07-05 15:09:31 +02:00
parent 5f820fc971
commit c49311fca2
2 changed files with 2 additions and 2 deletions

View File

@ -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.3.0 & < 0.4.0"
requires "ethers >= 0.4.0 & < 0.5.0"
```
Usage

View File

@ -1,4 +1,4 @@
version = "0.3.0"
version = "0.4.0"
author = "Nim Ethers Authors"
description = "library for interacting with Ethereum"
license = "MIT"