pull/273/head
Release robot 2024-08-28 20:02:23 +00:00
rodzic e3e007539f
commit 275149a4a7
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -183,7 +183,7 @@ from .utils import (
bl_info = {
"name": "BlenderCAM - G-code Generation Tools",
"author": "Vilem Novak & Contributors",
"version":(1,0,31),
"version":(1,0,32),
"blender": (3, 6, 0),
"location": "Properties > render",
"description": "Generate Machining Paths for CNC",

Wyświetl plik

@ -1 +1 @@
__version__=(1,0,31)
__version__=(1,0,32)