From db7c8b69909472e2a8de435c2518731e9a53cc25 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Mon, 25 Oct 2021 09:22:38 +0200 Subject: [PATCH] fix Ci expected format in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dade0a2f57..c49ecabdab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OpenPype" -version = "3.0.0" +version = "3.5.1-nightly.1" # OpenPype description = "Open VFX and Animation pipeline with support." authors = ["OpenPype Team "] license = "MIT License"