diff --git a/client/ayon_core/version.py b/client/ayon_core/version.py index f2e82af12b..c4606e65f2 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.1.1+dev" +__version__ = "1.1.2" diff --git a/package.py b/package.py index b9629d6c51..990d712056 100644 --- a/package.py +++ b/package.py @@ -1,6 +1,6 @@ name = "core" title = "Core" -version = "1.1.1+dev" +version = "1.1.2" client_dir = "ayon_core" diff --git a/pyproject.toml b/pyproject.toml index 9833902c16..01a8aa24ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "ayon-core" -version = "1.1.1+dev" +version = "1.1.2" description = "" authors = ["Ynput Team "] readme = "README.md"