diff --git a/pyproject.toml b/pyproject.toml index 4896dcd..b4163d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jarvis" -version = "2.0.3" +version = "2.1.0" description = "JARVIS admin bot" authors = ["Zevaryx "] @@ -26,7 +26,7 @@ rich = "^12.3.0" jurigged = "^0.5.0" aioredis = "^2.0.1" 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] black = {version = "^22.3.0", allow-prereleases = true}