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 "]