From f095b3a77a1b73253c781f1f8f9cb06d3b18930e Mon Sep 17 00:00:00 2001 From: Kevin Caccamo Date: Sun, 26 Jun 2016 20:00:35 -0400 Subject: [PATCH] Bump version to 1.6.3 Collision sphere positioning has been fixed. Importer closes IFF files when it is done importing them. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 517534e..cd03b03 100644 --- a/__init__.py +++ b/__init__.py @@ -33,7 +33,7 @@ "name": "WCP/SO Mesh File", "author": "Kevin Caccamo", "description": "Export to a WCP/SO mesh file.", - "version": (1, 6, 2), + "version": (1, 6, 3), "blender": (2, 65, 0), "location": "File > Export", "warning": "",