Skip to content

Commit e7fdd23

Browse files
authored
Merge pull request #562 from multiversx/use-latest-sdk
Update to latest sdk available
2 parents 4cdaeff + a0c6e07 commit e7fdd23

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.3.0"
7+
version = "11.3.1"
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.3.2"
28+
"multiversx-sdk[ledger]==2.4.0"
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.3.2
9+
multiversx-sdk[ledger]==2.4.0

0 commit comments

Comments
 (0)