[UP] v 0.1.1-1

This commit is contained in:
Evgeny (Krymmy) Momotov 2025-11-17 09:42:47 +03:00
parent ee9d6e0255
commit e91819037d

View file

@ -1,6 +1,6 @@
[project]
name = "yandexapimanager"
version = "0.1.1"
version = "0.1.1-1"
description = ""
authors = [
{name = "Evgeny (Krymmy) Momotov",email = "evgeny.momotov@gmail.com"}
@ -13,7 +13,7 @@ dependencies = [
]
[tool.poetry]
packages = [{include = "yandexapimanager", from = "src"}]
packages = [{include = "YandexApiManager", from = "src"}]
[build-system]