diff --git a/setup.py b/setup.py index 6f2fff0..b42525d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read_contents(path: str) -> str: setup( name="pytgpt-bot", packages=["pytgpt_bot"], - version="0.1.1", + version="0.1.2", license="MIT", author="Smartwa", maintainer="Smartwa",