diff options
author | 2022-02-18 01:40:16 +0100 | |
---|---|---|
committer | 2022-02-18 01:40:16 +0100 | |
commit | e5b81f24f29d526267ce93c1e89d60a80f49ee1c (patch) | |
tree | c7807947b26f3f19e80c40a508ce2dba9caa7925 /pyproject.toml | |
parent | Merge pull request #12 from python-discord/fix-thread-update-event (diff) | |
parent | Bump metricity version following bug fixes (diff) |
Merge pull request #13 from python-discord/threadfixes
Various fixes related to thread support
Diffstat (limited to 'pyproject.toml')
-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" |