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] [project]
name = "api" name = "api"
version = "0.0.3" version = "0.0.4"
description = "" description = ""
authors = [ authors = [{ name = "Vladislav", email = "vlad.dev@heado.ru" }]
{name = "Vladislav",email = "vlad.dev@heado.ru"}
]
readme = "README.md" readme = "README.md"
requires-python = ">=3.11,<4.0" requires-python = ">=3.11,<4.0"
dependencies = [ dependencies = [

View File

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