From 3b394d532590982275e9146f8f6a8790e44144b2 Mon Sep 17 00:00:00 2001 From: Yeicor Date: Sun, 12 May 2024 11:29:44 +0000 Subject: [PATCH] Automatically update version to 0.8.10 --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8239889..eb6b3aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yet-another-cad-viewer", - "version": "0.8.9", + "version": "0.8.10", "description": "", "license": "MIT", "private": true, diff --git a/pyproject.toml b/pyproject.toml index 7818a82..ee530ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yacv-server" -version = "0.8.9" +version = "0.8.10" description = "Yet Another CAD Viewer (server)" authors = ["Yeicor <4929005+Yeicor@users.noreply.github.com>"] license = "MIT"