From 4ba6d2f2b79155f085cec623fd79ed742f9977fb Mon Sep 17 00:00:00 2001 From: HugoTini <65409496+HugoTini@users.noreply.github.com> Date: Fri, 24 Dec 2021 13:07:52 +0100 Subject: [PATCH] update version --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 3429a0f..6f13425 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ 'name': 'DeepBump', 'description': 'Generates normal maps from image textures', 'author': 'Hugo Tini', - 'version': (2, 0, 0), + 'version': (3, 0, 0), 'blender': (3, 0, 0), 'location': 'Node Editor > DeepBump', 'category': 'Material',