diff --git a/requirements/_.txt b/requirements/_.txt index 65e2384..0533664 100644 --- a/requirements/_.txt +++ b/requirements/_.txt @@ -1 +1,2 @@ -aiofiles>=23.0.0 \ No newline at end of file +aiofiles>=23.0.0 +typing_extensions~=4.12.2 \ No newline at end of file diff --git a/src/libbot/__init__.py b/src/libbot/__init__.py index 437481b..ff03163 100644 --- a/src/libbot/__init__.py +++ b/src/libbot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.0.0" +__version__ = "4.0.1" __license__ = "GPL3" __author__ = "Profitroll"