Skip to content

Commit

Permalink
Bump version #
Browse files Browse the repository at this point in the history
  • Loading branch information
carson-katri committed Oct 9, 2023
1 parent fb1d1d0 commit ec97a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, 2, 0),
"version": (0, 3, 0),
"location": "Image Editor -> Sidebar -> Dream",
"category": "Paint"
}
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 2, 0)
VERSION = (0, 3, 0)
def version_tag(version):
return f"{version[0]}.{version[1]}.{version[2]}"

Expand Down

0 comments on commit ec97a96

Please sign in to comment.