From 854de26695a2be41ab614957189a2183a48babc5 Mon Sep 17 00:00:00 2001 From: Yeicor Date: Mon, 4 Aug 2025 15:52:38 +0000 Subject: [PATCH] Automatically update version to 0.10.9 --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2bc1fa6..489d0cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yet-another-cad-viewer", - "version": "0.10.8", + "version": "0.10.9", "description": "", "license": "MIT", "private": true, diff --git a/pyproject.toml b/pyproject.toml index 1237ba8..e23d8fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "yacv-server" -version = "0.10.8" +version = "0.10.9" description = "Yet Another CAD Viewer (server)" authors = ["Yeicor <4929005+Yeicor@users.noreply.github.com>"] license = "MIT"