From c481e3e931602c95c7409653f5e4f885469793b3 Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 23 Jun 2025 09:51:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ce71c28..f6c5ff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "maxapi" -version = "0.8.3" +version = "0.8.4" description = "Библиотека для разработки чат-ботов с помощью API мессенджера MAX" readme = "README.md" requires-python = ">=3.10" diff --git a/setup.py b/setup.py index 175b6d1..fc1f76c 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,3 @@ -from setuptools import setup, find_packages +from setuptools import setup setup() \ No newline at end of file