From b39e7d360f335de5140329b256767684a688e1df Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Sun, 21 Jun 2020 14:46:23 -0700 Subject: [PATCH] Set bl_info version to 0.3.1 Prepare for 0.3.1 tag by updating the bl_info version. Signed-off-by: Darren Hart --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 1af2006..a72c953 100644 --- a/__init__.py +++ b/__init__.py @@ -53,11 +53,11 @@ bl_info = { "name": "Thicket: Laubwerk Plants Add-on for Blender", "author": "Darren Hart", - "version": (0, 3, 0), + "version": (0, 3, 1), "blender": (2, 80, 0), "location": "View3D > Sidebar > Thicket", "description": "Import Laubwerk Plants (.lbw.gz)", - #"warning": "This is an unofficial development release", + # "warning": "This is an unofficial development release", "wiki_url": "https://github.com/Thicket-Blender/thicket/blob/master/README.md", "tracker_url": "https://github.com/Thicket-Blender/thicket/issues", "support": 'COMMUNITY',