Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit aea0924

Browse files
fix: update version
1 parent d62dc96 commit aea0924

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
### Getting started
1414

1515
#### Requirements
16-
| Tool | Required |
17-
|-----------------|-----------|
18-
| python | 3.9, 3.10 |
19-
| package manager | pip |
16+
| Tool | Required |
17+
|-----------------|----------------|
18+
| python | 3.8, 3.9, 3.10 |
19+
| package manager | pip |
2020

2121
### how to install
2222

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "zksync2"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
authors = [
9-
{ name="Viktor Yastrebov", email="vyastrebov@vareger.com" },
9+
{ name="Danijel Radakovic", email="danijel@txfusion.io" },
1010
]
1111
description = "zkSync2 python client sdk"
1212
readme = "README.md"

0 commit comments

Comments
 (0)