v3.0.3 -> v3.0.4

This commit is contained in:
grey-cat-1908 2023-08-09 09:11:42 +03:00
parent 0b707850df
commit 12f79e86db
2 changed files with 2 additions and 2 deletions

View file

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

View file

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