Skip to content

Commit 6557920

Browse files
authored
Merge pull request #50 from valory-xyz/version-bump-0.2.16
Bump version to 0.2.16 for pypi
2 parents fe5b5ae + 987fe21 commit 6557920

File tree

4 files changed

+374
-282
lines changed

4 files changed

+374
-282
lines changed

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The following table shows which versions of `mech-client` are currently being su
88

99
| Version | Supported |
1010
| --------- | ------------------ |
11-
| `0.2.15` | :white_check_mark: |
12-
| `< 0.2.15` | :x: |
11+
| `0.2.16` | :white_check_mark: |
12+
| `< 0.2.16` | :x: |
1313

1414
## Reporting a Vulnerability
1515

mech_client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Mech client."""
22

3-
__version__ = "0.2.15"
3+
__version__ = "0.2.16"

0 commit comments

Comments
 (0)