We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5713da commit fac7313Copy full SHA for fac7313
ayon_api/version.py
@@ -1,2 +1,2 @@
1
"""Package declaring Python API for Ayon server."""
2
-__version__ = "0.5.1-dev.1"
+__version__ = "0.5.1"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "ayon-python-api"
3
-version = "0.5.1-dev.1"
+version = "0.5.1"
4
description = "AYON Python API"
5
license = {file = "LICENSE"}
6
readme = {file = "README.md", content-type = "text/markdown"}
0 commit comments