From 55776fe12222a5a76223a622a3c4e52a68ef836c Mon Sep 17 00:00:00 2001 From: zevaryx Date: Thu, 26 Jun 2025 16:14:57 -0600 Subject: [PATCH] Bump version to 2.5.5 --- jarvis/const.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jarvis/const.py b/jarvis/const.py index 270d979..4debff0 100644 --- a/jarvis/const.py +++ b/jarvis/const.py @@ -1,3 +1,3 @@ """JARVIS constants.""" -__version__ = "2.5.4" +__version__ = "2.5.5" diff --git a/pyproject.toml b/pyproject.toml index 70de181..2361ead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jarvis" -version = "2.5.4" +version = "2.5.5" description = "JARVIS admin bot" authors = ["Zevaryx "]