version 0.7.2

This commit is contained in:
benbierens 2024-02-26 14:03:48 +01:00
parent e8196b3c82
commit 7911ac6c57
No known key found for this signature in database
GPG Key ID: 877D2C2E09A22F3A
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.7.1 & < 0.8.0"
requires "ethers >= 0.7.2 & < 0.8.0"
```
Usage

View File

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