Skip to content

Commit 2b968a4

Browse files
committed
bump version to '0.5.2'
1 parent 870a18b commit 2b968a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ayon_api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package declaring Python API for Ayon server."""
2-
__version__ = "0.5.2-dev.1"
2+
__version__ = "0.5.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ayon-python-api"
3-
version = "0.5.2-dev.1"
3+
version = "0.5.2"
44
description = "AYON Python API"
55
license = {file = "LICENSE"}
66
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)