diff --git a/aiotdlib/__init__.py b/aiotdlib/__init__.py index 1d6cc2c..66665f2 100644 --- a/aiotdlib/__init__.py +++ b/aiotdlib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.16.0" +__version__ = "0.17.0" from .client import ( Client, diff --git a/pyproject.toml b/pyproject.toml index 4bca189..1a2f980 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiotdlib" -version = "0.16.0" +version = "0.17.0" description = "Python asyncio Telegram client based on TDLib" authors = ["pylakey "] license = "MIT"