Изменена версия

This commit is contained in:
Денис Семёнов 2025-06-23 09:51:46 +03:00
parent 63af421777
commit c481e3e931
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1,3 +1,3 @@
from setuptools import setup, find_packages
from setuptools import setup
setup()