diff options
author | 2023-09-04 22:54:05 +0100 | |
---|---|---|
committer | 2023-09-04 22:54:05 +0100 | |
commit | 1ef2fd9893fa6b1af351a07d6723071a657a66ef (patch) | |
tree | c6dd5e45db9ea2b0fb64a5d7d7fd997de5495ea2 | |
parent | Merge pull request #79 from python-discord/jb3/dynamic-init-version (diff) |
Bump package to version 2.3.1v2.3.1
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index c0a5dbf..4ef81c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metricity" -version = "2.3.0" +version = "2.3.1" description = "Advanced metric collection for the Python Discord server" authors = ["Joe Banks <[email protected]>"] license = "MIT" |