chore: update client patch version to 0.0.3 and api patch version to 0.0.4

This commit is contained in:
Vladislav Syrochkin 2025-06-16 16:38:22 +05:00
parent 70aaaeabf1
commit c68b512902
2 changed files with 3 additions and 5 deletions

View File

@ -1,10 +1,8 @@
[project]
name = "api"
version = "0.0.3"
version = "0.0.4"
description = ""
authors = [
{name = "Vladislav",email = "vlad.dev@heado.ru"}
]
authors = [{ name = "Vladislav", email = "vlad.dev@heado.ru" }]
readme = "README.md"
requires-python = ">=3.11,<4.0"
dependencies = [

View File

@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.6.1",