We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d5a81 commit 883e94cCopy full SHA for 883e94c
client/ayon_cinema4d/version.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
"""Package declaring AYON addon 'cinema4d' version."""
3
-__version__ = "0.1.2+dev"
+__version__ = "0.1.3"
package.py
@@ -1,6 +1,6 @@
name = "cinema4d"
title = "Cinema4D"
-version = "0.1.2+dev"
+version = "0.1.3"
4
5
# Name of client code directory imported in AYON launcher
6
# - do not specify if there is no client code
0 commit comments