From bca4c3fd6cc4bffa162673b75906bdc199f8e21d Mon Sep 17 00:00:00 2001 From: Denis Date: Sat, 21 Jun 2025 02:20:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2af574..96b7918 100644 --- a/README.md +++ b/README.md @@ -93,4 +93,4 @@ if __name__ == '__main__': ## 📄 Лицензия -Этот проект распространяется под лицензией MIT. См. файл [LICENSE](LICENSE) для подробностей. +Этот проект распространяется под лицензией MIT. См. файл [LICENSE](https://github.com/love-apples/maxapi/blob/main/LICENSE) для подробностей. diff --git a/pyproject.toml b/pyproject.toml index 279cc98..3663b1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "maxapi" -version = "0.8.1" +version = "0.8.2" description = "Библиотека для разработки чат-ботов с помощью API мессенджера MAX" readme = "README.md" requires-python = ">=3.10" authors = [ - {name = "Denis", email = "your-email@example.com"}, + {name = "Denis", email = "bestloveapples@gmail.com"}, ] keywords = ["max", "api", "bot"] classifiers = [