Skip to content

Commit ed5e86c

Browse files
authored
Merge pull request #555 from multiversx/update-to-latest-sdk-v2.3.0
Update to latest sdk
2 parents dd8ebaf + e5efca8 commit ed5e86c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

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

55
[project]
66
name = "multiversx-sdk-cli"
7-
version = "11.2.1"
7+
version = "11.2.2"
88
authors = [
99
{ name="MultiversX" },
1010
]
@@ -25,7 +25,7 @@ dependencies = [
2525
"ledgercomm[hid]",
2626
"rich==13.3.4",
2727
"argcomplete==3.2.2",
28-
"multiversx-sdk[ledger]==2.2.0"
28+
"multiversx-sdk[ledger]==2.3.1"
2929
]
3030

3131
[project.scripts]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ledgercomm[hid]
66
rich==13.3.4
77
argcomplete==3.2.2
88

9-
multiversx-sdk[ledger]==2.2.0
9+
multiversx-sdk[ledger]==2.3.1

0 commit comments

Comments
 (0)