diff --git a/client/ayon_core/version.py b/client/ayon_core/version.py index 3e6b3794b1..a8e949f008 100644 --- a/client/ayon_core/version.py +++ b/client/ayon_core/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring AYON addon 'core' version.""" -__version__ = "1.6.12+dev" +__version__ = "1.6.13" diff --git a/package.py b/package.py index fbf7021b8e..c94fd7527c 100644 --- a/package.py +++ b/package.py @@ -1,6 +1,6 @@ name = "core" title = "Core" -version = "1.6.12+dev" +version = "1.6.13" client_dir = "ayon_core" diff --git a/pyproject.toml b/pyproject.toml index 208bbec85f..01994e7133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "ayon-core" -version = "1.6.12+dev" +version = "1.6.13" description = "" authors = ["Ynput Team "] readme = "README.md"