pull/273/head
Release robot 2024-08-28 16:49:45 +00:00
rodzic ae9f2b7f7d
commit c2ff4a4f62
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,30),
"version":(1,0,31),
"blender": (3, 6, 0),
"location": "Properties > render",
"description": "Generate Machining Paths for CNC",

Wyświetl plik

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