diff --git a/client/ayon_core/version.py b/client/ayon_core/version.py index da29c02004..909ecd7a3c 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.0" +__version__ = "1.1.0+dev" diff --git a/package.py b/package.py index fe0c7dbd18..0b888f5c33 100644 --- a/package.py +++ b/package.py @@ -1,6 +1,6 @@ name = "core" title = "Core" -version = "1.1.0" +version = "1.1.0+dev" client_dir = "ayon_core" diff --git a/pyproject.toml b/pyproject.toml index 32d101cc22..32822391c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [tool.poetry] name = "ayon-core" -version = "1.1.0" +version = "1.1.0+dev" description = "" authors = ["Ynput Team "] readme = "README.md"