From fd1aab09ff877e530a3fc6eb9375537c7fcdf670 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Tue, 21 Nov 2023 15:39:11 +0100 Subject: [PATCH] bump version to '0.5.3' --- ayon_api/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ayon_api/version.py b/ayon_api/version.py index 636a06ded..3b6f9131f 100644 --- a/ayon_api/version.py +++ b/ayon_api/version.py @@ -1,2 +1,2 @@ """Package declaring Python API for Ayon server.""" -__version__ = "0.5.3-dev.1" +__version__ = "0.5.3" diff --git a/pyproject.toml b/pyproject.toml index 411e43760..bc1845349 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ayon-python-api" -version = "0.5.3-dev.1" +version = "0.5.3" description = "AYON Python API" license = {file = "LICENSE"} readme = {file = "README.md", content-type = "text/markdown"}