pull/269/head
Release robot 2024-03-27 17:18:52 +00:00
rodzic 07be079d23
commit 9d2dcbf7ea
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -100,7 +100,7 @@ from shapely import geometry as sgeometry # noqa
bl_info = {
"name": "CAM - gcode generation tools",
"author": "Vilem Novak & Contributors",
"version":(1,0,8),
"version":(1,0,9),
"blender": (3, 6, 0),
"location": "Properties > render",
"description": "Generate machining paths for CNC",

Wyświetl plik

@ -1 +1 @@
__version__=(1,0,8)
__version__=(1,0,9)