From 910cec76dd48d1a71a9b257a2ad345a24c8e48b5 Mon Sep 17 00:00:00 2001 From: Carson Katri Date: Fri, 17 May 2024 16:00:26 -0400 Subject: [PATCH] Bump version # --- __init__.py | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index f290838c..17a9bd2c 100644 --- a/__init__.py +++ b/__init__.py @@ -16,7 +16,7 @@ "author": "Dream Textures contributors", "description": "Use Stable Diffusion to generate unique textures straight from the shader editor.", "blender": (3, 1, 0), - "version": (0, 3, 1), + "version": (0, 4, 0), "location": "Image Editor -> Sidebar -> Dream", "category": "Paint" } diff --git a/version.py b/version.py index 3ed7fef3..93befb84 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 3, 1) +VERSION = (0, 4, 0) def version_tag(version): return f"{version[0]}.{version[1]}.{version[2]}"