From 80a010b13ce07e1dfdf88b5c0a4c22b52d8680ae Mon Sep 17 00:00:00 2001 From: greisane Date: Sat, 1 Oct 2022 16:35:32 -0300 Subject: [PATCH] Bump version to 1.0.0 and required Blender version to 3.3.0 --- .gitignore | 3 ++- README.md | 2 +- __init__.py | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3aba505..1add7a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__/ *.psd -*.kra \ No newline at end of file +*.kra +README.html \ No newline at end of file diff --git a/README.md b/README.md index b069ca5..7d29674 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A collection of Blender tools I've written for myself over the years. I use thes # Installation -Blender 2.93 or later required. +Blender 3.3 or later required. 1. Download the [latest release](https://github.com/greisane/gret/releases/latest). diff --git a/__init__.py b/__init__.py index 66aabaa..1fa9515 100644 --- a/__init__.py +++ b/__init__.py @@ -2,8 +2,8 @@ 'name': "gret", 'author': "greisane", 'description': "", - 'version': (0, 3, 0), - 'blender': (3, 1, 0), + 'version': (1, 0, 0), + 'blender': (3, 3, 0), 'location': "3D View > Tools", 'category': "Object" }