diff --git a/package.json b/package.json index 0e83cc3..6152f1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yet-another-cad-viewer", - "version": "0.6.0", + "version": "0.6.5", "description": "", "license": "MIT", "private": true, diff --git a/pyproject.toml b/pyproject.toml index 7b15b99..1e25c13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yacv-server" -version = "0.6.0" +version = "0.6.5" description = "Yet Another CAD Viewer (server)" authors = ["Yeicor <4929005+Yeicor@users.noreply.github.com>"] license = "MIT"