From c8f544ef32ee6553fe5a372fd2097fa509738e7a Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:36:44 +0200 Subject: [PATCH] bump version to '1.1.1' --- pyproject.toml | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 47e0172fc..a8b0c0712 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AYON" -version = "1.1.1-dev.1" +version = "1.1.1" package-mode = false description = "Open VFX and Animation pipeline with support." authors = ["Ynput s.r.o. "] diff --git a/version.py b/version.py index 04e4d2116..a82b376d2 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "1.1.1-dev.1" +__version__ = "1.1.1"