From f0c2e516920887548d94e7038f3d5d8a012304ad Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Fri, 10 Jun 2022 11:04:38 -0600 Subject: [PATCH] Version bump --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}