From 2db4a0f9d53a21d377a297b6e857e4723df018a1 Mon Sep 17 00:00:00 2001 From: Thomas Barlow Date: Tue, 24 Jan 2023 18:03:28 +0000 Subject: [PATCH] Bump version for patch --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 818fbd3..ecb30b8 100644 --- a/__init__.py +++ b/__init__.py @@ -5,7 +5,7 @@ "name": "Avatar Builder", "description": "Combine objects to make ready-to-export models", "author": "Mysteryem", - "version": (0, 2, 0), + "version": (0, 2, 1), "blender": (2, 93, 7), "location": "3D View and Object Properties", "doc_url": "https://github.com/Mysteryem/AvatarBuilder",