From fac7313b4855dec9c07ab9bd5f6252970fa3f137 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Tue, 17 Oct 2023 17:37:58 +0200 Subject: [PATCH] bump version to '0.5.1' --- 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 af6fae715..ac4f32997 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.1-dev.1" +__version__ = "0.5.1" diff --git a/pyproject.toml b/pyproject.toml index 44889d17e..c3867ce8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ayon-python-api" -version = "0.5.1-dev.1" +version = "0.5.1" description = "AYON Python API" license = {file = "LICENSE"} readme = {file = "README.md", content-type = "text/markdown"}