diff --git a/pybotters/__init__.py b/pybotters/__init__.py index 59ebde0..49f619d 100644 --- a/pybotters/__init__.py +++ b/pybotters/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "0.15.0" +__version__ = "0.16.0" import asyncio from typing import Any, Mapping, Optional, Tuple, Union diff --git a/pyproject.toml b/pyproject.toml index 30db1d9..80700c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "pybotters" -version = "0.15.0" -description = "An advanced api client for python botters." +version = "0.16.0" +description = "An advanced API client for python botters." license = "MIT" authors = ["MtkN1 <51289448+MtkN1@users.noreply.github.com>"] readme = "README.md"