File tree 4 files changed +350
-424
lines changed
4 files changed +350
-424
lines changed Original file line number Diff line number Diff line change 25
25
26
26
setup (
27
27
name = "aea-ledger-cosmos" ,
28
- version = "1.2.1 " ,
28
+ version = "1.2.3 " ,
29
29
author = "Fetch.AI Limited" ,
30
30
license = "Apache-2.0" ,
31
31
description = "Python package wrapping the public and private key cryptography and ledger api of Cosmos." ,
35
35
"ecdsa>=0.15,<0.17.0" ,
36
36
"bech32==1.2.0" ,
37
37
"pycryptodome>=3.10.1,<4.0.0" ,
38
- "cosmpy>=0.5 .0,<0.6 .0" ,
38
+ "cosmpy>=0.6 .0,<0.7 .0" ,
39
39
],
40
40
tests_require = ["pytest" ],
41
41
entry_points = {
Original file line number Diff line number Diff line change 30
30
31
31
setup (
32
32
name = "aea-ledger-fetchai" ,
33
- version = "1.2.2 " ,
33
+ version = "1.2.3 " ,
34
34
author = "Fetch.AI Limited" ,
35
35
license = "Apache-2.0" ,
36
36
description = "Python package wrapping the public and private key cryptography and ledger API of Fetch.AI." ,
40
40
"ecdsa>=0.15,<0.17.0" ,
41
41
"bech32==1.2.0" ,
42
42
"pycryptodome>=3.10.1,<4.0.0" ,
43
- "cosmpy>=0.5 .0,<0.6 .0" ,
43
+ "cosmpy>=0.6 .0,<0.7 .0" ,
44
44
],
45
45
tests_require = ["pytest" ],
46
46
entry_points = {
You can’t perform that action at this time.
0 commit comments