From ea2bd433513d394ec5d837fe33842d841ed385cd Mon Sep 17 00:00:00 2001 From: grey-cat-1908 Date: Mon, 7 Aug 2023 15:20:01 +0300 Subject: [PATCH] 3.0.2 -> 3.0.3 --- 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 37bc003..74111b8 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.2" +__version__ = "3.0.3" from .client import BoticordClient from .types import * diff --git a/docs/source/conf.py b/docs/source/conf.py index 04e7461..8471807 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.2" +release = "3.0.3" # -- General configuration ---------------------------------------------------