From 14d8415c44fe3ae188a2b3b4c4ae3770ad677403 Mon Sep 17 00:00:00 2001 From: Paul Greveson Date: Tue, 15 Dec 2020 15:05:47 +0100 Subject: [PATCH] Update __init__.py Bumped version number to 1.7.1 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index d1475c6..90c77b0 100644 --- a/__init__.py +++ b/__init__.py @@ -13,7 +13,7 @@ "name": "Embark Addon", "description": "A suite of tools geared towards game development, created by Embark Studios", "author": "Embark Studios", - "version": (1, 7, 0), + "version": (1, 7, 1), "blender": (2, 81, 0), "location": "Embark menu", "wiki_url": "https://github.com/EmbarkStudios/blender-tools/",