From 7c5bd2aea03e12206294ff1ab44ca3328908b6bd Mon Sep 17 00:00:00 2001 From: Yeicor Date: Wed, 25 Sep 2024 09:49:17 +0000 Subject: [PATCH] Automatically update version to 0.8.11 --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6b228ea..a7ccfc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yet-another-cad-viewer", - "version": "0.8.10", + "version": "0.8.11", "description": "", "license": "MIT", "private": true, diff --git a/pyproject.toml b/pyproject.toml index 69c0613..303e4b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yacv-server" -version = "0.8.10" +version = "0.8.11" description = "Yet Another CAD Viewer (server)" authors = ["Yeicor <4929005+Yeicor@users.noreply.github.com>"] license = "MIT"