From 55bf9505e06e1e98f3ee5b16754577e02c222074 Mon Sep 17 00:00:00 2001 From: jackra1n <45038833+jackra1n@users.noreply.github.com> Date: Fri, 23 Aug 2024 00:26:13 +0200 Subject: [PATCH] Increment version --- core/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/__init__.py b/core/__init__.py index cdb0fbf..8000b8a 100644 --- a/core/__init__.py +++ b/core/__init__.py @@ -2,5 +2,5 @@ from . import constants as constants from .bot import Substiify as Substiify -__version__ = "0.97" +__version__ = "0.98" __author__ = "jackra1n" diff --git a/pyproject.toml b/pyproject.toml index 23e0daa..373dd99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "substiify" -version = "0.97" +version = "0.98" readme = "README.md" requires-python = ">=3.12" dependencies = [