From c68b51290213fbf5172e1ade2daf41c23a82a663 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Mon, 16 Jun 2025 16:38:22 +0500 Subject: [PATCH] chore: update client patch version to 0.0.3 and api patch version to 0.0.4 --- api/pyproject.toml | 6 ++---- client/package.json | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 3a525dd..6e82317 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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 = [ diff --git a/client/package.json b/client/package.json index cc6e3a8..04320f6 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "0.0.2", + "version": "0.0.3", "private": true, "dependencies": { "@ant-design/icons": "^5.6.1",