From 12f79e86db72d6cd1ac763055568cc008ae9d850 Mon Sep 17 00:00:00 2001 From: grey-cat-1908 Date: Wed, 9 Aug 2023 09:11:42 +0300 Subject: [PATCH] v3.0.3 -> v3.0.4 --- boticordpy/__init__.py | 2 +- docs/source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boticordpy/__init__.py b/boticordpy/__init__.py index 74111b8..4d61572 100644 --- a/boticordpy/__init__.py +++ b/boticordpy/__init__.py @@ -10,7 +10,7 @@ __title__ = "boticordpy" __author__ = "Marakarka" __license__ = "MIT" __copyright__ = "Copyright 2021 - 2023 Marakarka" -__version__ = "3.0.3" +__version__ = "3.0.4" from .client import BoticordClient from .types import * diff --git a/docs/source/conf.py b/docs/source/conf.py index 8471807..b26e054 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ copyright = "2021 - 2023, Viktor K (Marakarka)" author = "Viktor K (Marakarka)" # The full version, including alpha/beta/rc tags -release = "3.0.3" +release = "3.0.4" # -- General configuration ---------------------------------------------------