Skip to content

Commit bfe5e72

Browse files
committed
prepare for release
1 parent 4566041 commit bfe5e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

io_node.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
from mathutils import *
3434
import json
3535

36-
VERSION = (0, 2)
37-
DEBUG_FILE = True # makes JSON file more human readable at the cost of file-size
36+
VERSION = (0, 3)
37+
DEBUG_FILE = False # makes JSON file more human readable at the cost of file-size
3838
ROUND = 4
3939

4040

0 commit comments

Comments
 (0)