Skip to content

Commit 57c4df3

Browse files
committed
bump version to 1.0.11
1 parent d8226e6 commit 57c4df3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ayon_api/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package declaring Python API for AYON server."""
2-
__version__ = "1.0.11-dev.1"
2+
__version__ = "1.0.11"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ayon-python-api"
3-
version = "1.0.11-dev.1"
3+
version = "1.0.11"
44
description = "AYON Python API"
55
license = {file = "LICENSE"}
66
readme = {file = "README.md", content-type = "text/markdown"}
@@ -29,7 +29,7 @@ build-backend = "poetry.core.masonry.api"
2929

3030
[tool.poetry]
3131
name = "ayon-python-api"
32-
version = "1.0.11-dev.1"
32+
version = "1.0.11"
3333
description = "AYON Python API"
3434
authors = [
3535
"ynput.io <[email protected]>"

0 commit comments

Comments
 (0)