Skip to content

Commit

Permalink
bump version to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Sep 5, 2024
1 parent 88b75bf commit 53d11af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ayon_api/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package declaring Python API for AYON server."""
__version__ = "1.0.9-dev.1"
__version__ = "1.0.9"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ayon-python-api"
version = "1.0.9-dev.1"
version = "1.0.9"
description = "AYON Python API"
license = {file = "LICENSE"}
readme = {file = "README.md", content-type = "text/markdown"}
Expand Down Expand Up @@ -29,7 +29,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "ayon-python-api"
version = "1.0.9-dev.1"
version = "1.0.9"
description = "AYON Python API"
authors = [
"ynput.io <info@ynput.io>"
Expand Down

0 comments on commit 53d11af

Please sign in to comment.