Skip to content

Commit ef04074

Browse files
authored
feature: cosmpy update to 0.6.0 (#2797)
cosmpy update to 0.6.0
1 parent bb783dc commit ef04074

File tree

4 files changed

+350
-424
lines changed

4 files changed

+350
-424
lines changed

plugins/aea-ledger-cosmos/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name="aea-ledger-cosmos",
28-
version="1.2.1",
28+
version="1.2.3",
2929
author="Fetch.AI Limited",
3030
license="Apache-2.0",
3131
description="Python package wrapping the public and private key cryptography and ledger api of Cosmos.",
@@ -35,7 +35,7 @@
3535
"ecdsa>=0.15,<0.17.0",
3636
"bech32==1.2.0",
3737
"pycryptodome>=3.10.1,<4.0.0",
38-
"cosmpy>=0.5.0,<0.6.0",
38+
"cosmpy>=0.6.0,<0.7.0",
3939
],
4040
tests_require=["pytest"],
4141
entry_points={

plugins/aea-ledger-fetchai/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name="aea-ledger-fetchai",
33-
version="1.2.2",
33+
version="1.2.3",
3434
author="Fetch.AI Limited",
3535
license="Apache-2.0",
3636
description="Python package wrapping the public and private key cryptography and ledger API of Fetch.AI.",
@@ -40,7 +40,7 @@
4040
"ecdsa>=0.15,<0.17.0",
4141
"bech32==1.2.0",
4242
"pycryptodome>=3.10.1,<4.0.0",
43-
"cosmpy>=0.5.0,<0.6.0",
43+
"cosmpy>=0.6.0,<0.7.0",
4444
],
4545
tests_require=["pytest"],
4646
entry_points={

0 commit comments

Comments
 (0)