We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1935c15 commit f5ff17fCopy full SHA for f5ff17f
client/ayon_core/version.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
"""Package declaring AYON addon 'core' version."""
3
-__version__ = "1.7.0+dev"
+__version__ = "1.7.1"
package.py
@@ -1,6 +1,6 @@
name = "core"
title = "Core"
-version = "1.7.0+dev"
+version = "1.7.1"
4
5
client_dir = "ayon_core"
6
pyproject.toml
@@ -5,7 +5,7 @@
[tool.poetry]
7
name = "ayon-core"
8
9
description = ""
10
authors = ["Ynput Team <team@ynput.io>"]
11
readme = "README.md"
0 commit comments