diff --git a/openpype/version.py b/openpype/version.py index c6becce4fd..f1009a197f 100644 --- a/openpype/version.py +++ b/openpype/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package declaring Pype version.""" -__version__ = "3.14.11-nightly.2" +__version__ = "3.14.11-nightly.3" diff --git a/pyproject.toml b/pyproject.toml index 292da7199b..3b77d3535c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OpenPype" -version = "3.14.10" # OpenPype +version = "3.14.11-nightly.3" # OpenPype description = "Open VFX and Animation pipeline with support." authors = ["OpenPype Team "] license = "MIT License"