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 21e0c55 commit 071bc2eCopy full SHA for 071bc2e
ayon_api/version.py
@@ -1,2 +1,2 @@
1
"""Package declaring Python API for AYON server."""
2
-__version__ = "1.1.3-dev"
+__version__ = "1.1.3"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "ayon-python-api"
3
-version = "1.1.3-dev"
+version = "1.1.3"
4
description = "AYON Python API"
5
license = {file = "LICENSE"}
6
readme = {file = "README.md", content-type = "text/markdown"}
@@ -28,7 +28,7 @@ build-backend = "poetry.core.masonry.api"
28
29
[tool.poetry]
30
31
32
33
authors = [
34
"ynput.io <info@ynput.io>"
0 commit comments