diff options
author | 2022-02-13 18:53:14 +0000 | |
---|---|---|
committer | 2022-02-13 18:56:04 +0000 | |
commit | 3040859e6e076d5ead09a3cbee17fd5b8124b488 (patch) | |
tree | c7807947b26f3f19e80c40a508ce2dba9caa7925 | |
parent | Listen for thread create and unarchive events (diff) |
Bump metricity version following bug fixes
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 90d8eb7..cc4cdb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metricity" -version = "1.3.0" +version = "1.3.1" description = "Advanced metric collection for the Python Discord server" authors = ["Joe Banks <[email protected]>"] license = "MIT" |