We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfdbd9f commit 9449e72Copy full SHA for 9449e72
client/ayon_substancepainter/version.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
"""Package declaring AYON addon 'substancepainter' version."""
3
-__version__ = "0.2.5+dev"
+__version__ = "0.2.6"
package.py
@@ -1,6 +1,6 @@
name = "substancepainter"
title = "Substance Painter"
-version = "0.2.5+dev"
+version = "0.2.6"
4
app_host_name = "substancepainter"
5
client_dir = "ayon_substancepainter"
6
0 commit comments