pull/254/head
Release robot 2024-01-12 11:02:52 +00:00
rodzic 366e0aa7c7
commit 527241fe34
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -1 +1 @@
__version__=(0,9,6)
__version__=(0,9,7)