From 5083037b739a03cc302ed11fb78a2d9027eb130a Mon Sep 17 00:00:00 2001 From: Yeicor Date: Mon, 25 Mar 2024 20:39:40 +0000 Subject: [PATCH] Automatically update version to 0.7.0 --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aac446b..be673a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yet-another-cad-viewer", - "version": "0.6.18", + "version": "0.7.0", "description": "", "license": "MIT", "private": true, diff --git a/pyproject.toml b/pyproject.toml index 4303f38..1d7d497 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yacv-server" -version = "0.6.18" +version = "0.7.0" description = "Yet Another CAD Viewer (server)" authors = ["Yeicor <4929005+Yeicor@users.noreply.github.com>"] license = "MIT"