From 48841cc05b90570549ba153d23374632f86e7364 Mon Sep 17 00:00:00 2001 From: Terry Hancock Date: Mon, 17 May 2021 16:00:19 -0500 Subject: [PATCH] Fixed version number. --- abx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abx/__init__.py b/abx/__init__.py index 798f331..d8fc801 100644 --- a/abx/__init__.py +++ b/abx/__init__.py @@ -2,7 +2,7 @@ bl_info = { "name": "ABX", "author": "Terry Hancock / Lunatics.TV Project / Anansi Spaceworks", - "version": (0, 2, 6), + "version": (0, 2, 5), "blender": (2, 79, 0), "location": "SpaceBar Search -> ABX", "description": "Anansi Studio Extensions for Blender",