We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cdaeff + a0c6e07 commit e7fdd23Copy full SHA for e7fdd23
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "multiversx-sdk-cli"
7
-version = "11.3.0"
+version = "11.3.1"
8
authors = [
9
{ name="MultiversX" },
10
]
@@ -25,7 +25,7 @@ dependencies = [
25
"ledgercomm[hid]",
26
"rich==13.3.4",
27
"argcomplete==3.2.2",
28
- "multiversx-sdk[ledger]==2.3.2"
+ "multiversx-sdk[ledger]==2.4.0"
29
30
31
[project.scripts]
requirements.txt
@@ -6,4 +6,4 @@ ledgercomm[hid]
rich==13.3.4
argcomplete==3.2.2
-multiversx-sdk[ledger]==2.3.2
+multiversx-sdk[ledger]==2.4.0
0 commit comments