diff options
author | 2024-06-06 20:46:03 +0100 | |
---|---|---|
committer | 2024-06-06 20:46:03 +0100 | |
commit | 5b0f6b6bb7120a83710e80cfb3b8e2827fb0d3e7 (patch) | |
tree | 550bd56974ee138ae9b4fc0c6473c0f0770324fc /pyproject.toml | |
parent | Merge pull request #150 from python-discord/jb3/deployment/infra-repo (diff) | |
parent | Use a generator instead of a list to store the members to sync (diff) |
Merge pull request #151 from python-discord/reduce-memory-usage-on-startuypv2.6.0
Reduce memory usage on startup
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 e817933..5c5e61c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metricity" -version = "2.5.1" +version = "2.6.0" description = "Advanced metric collection for the Python Discord server" authors = ["Joe Banks <[email protected]>"] license = "MIT" |