From 43c7d0db68439af2b07a1fee3faef7702afd55e1 Mon Sep 17 00:00:00 2001 From: Per Date: Mon, 22 Jul 2019 16:41:29 +0200 Subject: [PATCH] bump version to 1.0.3 --- fspy_blender/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fspy_blender/__init__.py b/fspy_blender/__init__.py index 56772ed..d123a0d 100644 --- a/fspy_blender/__init__.py +++ b/fspy_blender/__init__.py @@ -19,7 +19,7 @@ "name": "Import fSpy project", "author": "Per Gantelius", "description": "Imports the background image and camera parameters from an fSpy project.", - "version": (1, 0, 2), + "version": (1, 0, 3), "blender": (2, 80, 0), "location": "File > Import > fSpy", "url": "https://github.com/stuffmatic/fSpy-Blender",