Version bump

This commit is contained in:
Zeva Rose 2022-06-10 11:04:38 -06:00
parent 59f35b729f
commit f0c2e51692

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "jarvis" name = "jarvis"
version = "2.0.3" version = "2.1.0"
description = "JARVIS admin bot" description = "JARVIS admin bot"
authors = ["Zevaryx <zevaryx@gmail.com>"] authors = ["Zevaryx <zevaryx@gmail.com>"]
@ -26,7 +26,7 @@ rich = "^12.3.0"
jurigged = "^0.5.0" jurigged = "^0.5.0"
aioredis = "^2.0.1" aioredis = "^2.0.1"
naff = { version = "^1.2.0", extras = ["orjson"] } naff = { version = "^1.2.0", extras = ["orjson"] }
nafftrack = {git = "https://github.com/zevaryx/nafftrack.git", rev = "master"} nafftrack = {git = "https://github.com/artem30801/nafftrack.git", rev = "master"}
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
black = {version = "^22.3.0", allow-prereleases = true} black = {version = "^22.3.0", allow-prereleases = true}