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