Skip to content

Commit

Permalink
Merge pull request #56 from valory-xyz/fix/acn-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi authored Nov 13, 2024
2 parents 5c49d67 + fd72d62 commit a3081d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The following table shows which versions of `mech-client` are currently being su

| Version | Supported |
|------------| ------------------ |
| `0.2.18` | :white_check_mark: |
| `< 0.2.18` | :x: |
| `0.2.19` | :white_check_mark: |
| `< 0.2.19` | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion mech_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Mech client."""

__version__ = "0.2.18"
__version__ = "0.2.19"
2 changes: 1 addition & 1 deletion packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"third_party": {
"protocol/valory/acn/1.1.0": "bafybeic2pxzfc3voxl2ejhcqyf2ehm4wm5gxvgx7bliloiqi2uppmq6weu",
"protocol/valory/acn_data_share/0.1.0": "bafybeih5ydonnvrwvy2ygfqgfabkr47s4yw3uqxztmwyfprulwfsoe7ipq",
"connection/valory/p2p_libp2p_client/0.1.0": "bafybeihge56dn3xep2dzomu7rtvbgo4uc2qqh7ljl3fubqdi2lq44gs5lq"
"connection/valory/p2p_libp2p_client/0.1.0": "bafybeihs5zlwa5wlozct3rjlxsirm3ve3e4buse5nfehiky6ymnnfrobne"
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mech-client"
version = "0.2.18"
version = "0.2.19"
description = "Basic client to interact with a mech"
authors = ["David Minarsch <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a3081d1

Please sign in to comment.