diff --git a/__init__.py b/__init__.py index a11be386..f290838c 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, 0), + "version": (0, 3, 1), "location": "Image Editor -> Sidebar -> Dream", "category": "Paint" } diff --git a/version.py b/version.py index 7f0dae1d..3ed7fef3 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 3, 0) +VERSION = (0, 3, 1) def version_tag(version): return f"{version[0]}.{version[1]}.{version[2]}"