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]}"