diff --git a/client/ayon_core/version.py b/client/ayon_core/version.py index 75116c703e..e6d6c6f373 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.0.0+dev" +__version__ = "1.0.1" diff --git a/package.py b/package.py index 1466031daa..b7f74e5126 100644 --- a/package.py +++ b/package.py @@ -1,6 +1,6 @@ name = "core" title = "Core" -version = "1.0.0+dev" +version = "1.0.1" client_dir = "ayon_core" diff --git a/pyproject.toml b/pyproject.toml index 4a63529c67..afb48efec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "ayon-core" -version = "1.0.0+dev" +version = "1.0.1" description = "" authors = ["Ynput Team "] readme = "README.md"