[Automated] Merged main into develop

This commit is contained in:
ynbot 2023-01-21 04:28:30 +01:00 committed by GitHub
commit aeb1ee0d7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring Pype version."""
__version__ = "3.14.11-nightly.2"
__version__ = "3.14.11-nightly.3"

View file

@ -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 <info@openpype.io>"]
license = "MIT License"