From e785168d7788f6c58940adc4e20a365ea7454791 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:22:48 +0200 Subject: [PATCH] bump version to '1.0.3' --- pyproject.toml | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ce85bbefd..f3b8b3d8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AYON" -version = "1.0.3-dev.1" +version = "1.0.3" description = "Open VFX and Animation pipeline with support." authors = ["Ynput s.r.o. "] license = "MIT License" diff --git a/version.py b/version.py index 13d40b04d..976498ab9 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "1.0.3-dev.1" +__version__ = "1.0.3"