pull/277/head 1.0.27
Release robot 2024-08-20 12:48:57 +00:00
rodzic d8fed9b0a6
commit fa1d44f4d3
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,26),
"version":(1,0,27),
"blender": (3, 6, 0),
"location": "Properties > render",
"description": "Generate Machining Paths for CNC",

Wyświetl plik

@ -1 +1 @@
__version__=(1,0,26)
__version__=(1,0,27)