diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9df2ecc..03fa1bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "metricity" -version = "1.1.1" +version = "1.2.0" description = "Advanced metric collection for the Python Discord server" authors = ["Joe Banks <[email protected]>"] license = "MIT" [tool.poetry.dependencies] -python = "^3.8" +python = "~3.8 || ~3.9" "discord.py" = "^1.7" deepmerge = "^0.1.0" toml = "^0.10.1" |