pull/269/head^2 1.0.5
Release robot 2024-08-14 13:28:23 +00:00
rodzic b783c0f436
commit 83c76bee3f
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -62,7 +62,7 @@ from cam.version import __version__
bl_info = {
"name": "CAM - gcode generation tools",
"author": "Vilem Novak",
"version":(1,0,4),
"version":(1,0,5),
"blender": (3, 6, 0),
"location": "Properties > render",
"description": "Generate machining paths for CNC",

Wyświetl plik

@ -1 +1 @@
__version__=(1,0,4)
__version__=(1,0,5)