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