Skip to content

Commit 4509d26

Browse files
committed
bump version to '1.0.12'
1 parent 336e10f commit 4509d26

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.12-dev.1"
2+
__version__ = "1.0.12"

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.12-dev.1"
3+
version = "1.0.12"
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.12-dev.1"
32+
version = "1.0.12"
3333
description = "AYON Python API"
3434
authors = [
3535
"ynput.io <[email protected]>"

0 commit comments

Comments
 (0)