We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336e10f commit 4509d26Copy full SHA for 4509d26
ayon_api/version.py
@@ -1,2 +1,2 @@
1
"""Package declaring Python API for AYON server."""
2
-__version__ = "1.0.12-dev.1"
+__version__ = "1.0.12"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "ayon-python-api"
3
-version = "1.0.12-dev.1"
+version = "1.0.12"
4
description = "AYON Python API"
5
license = {file = "LICENSE"}
6
readme = {file = "README.md", content-type = "text/markdown"}
@@ -29,7 +29,7 @@ build-backend = "poetry.core.masonry.api"
29
30
[tool.poetry]
31
32
33
34
authors = [
35
"ynput.io <[email protected]>"
0 commit comments