From 4ab6a8e348e8a4de7ba04de510b2c66e4ccaf57a Mon Sep 17 00:00:00 2001 From: bonjorno7 Date: Sun, 1 Aug 2021 00:18:28 +0200 Subject: [PATCH] Bump version to 0.5.5 This version (hopefully) fixes any issues with slashes and invalid bytes in the compile log. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index d9143ad..a621bb9 100644 --- a/__init__.py +++ b/__init__.py @@ -3,7 +3,7 @@ 'author': 'bonjorno7, Gorange, RED_EYE, SethTooQuick, Cabbage McGravel, Almaas', 'description': 'A more convenient alternative to Blender Source Tools', 'blender': (2, 80, 0), - 'version': (0, 5, 4), + 'version': (0, 5, 5), 'location': '3D View > Sidebar', 'category': 'Import-Export', }