diff --git a/package.json b/package.json index c8e13fe..3380dd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yet-another-cad-viewer", - "version": "0.10.0-rc.4", + "version": "0.10.0-rc.5", "description": "", "license": "MIT", "private": true, diff --git a/pyproject.toml b/pyproject.toml index 4f36599..fcb2305 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.0-rc.4" +version = "0.10.0-rc.5" description = "Yet Another CAD Viewer (server)" authors = ["Yeicor <4929005+Yeicor@users.noreply.github.com>"] license = "MIT"