We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd8ebaf + e5efca8 commit ed5e86cCopy full SHA for ed5e86c
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "multiversx-sdk-cli"
7
-version = "11.2.1"
+version = "11.2.2"
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.2.0"
+ "multiversx-sdk[ledger]==2.3.1"
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.2.0
+multiversx-sdk[ledger]==2.3.1
0 commit comments