Skip to content

Commit

Permalink
bump version to '1.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jun 14, 2024
1 parent 0447948 commit 2582d21
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.7-dev.1"
__version__ = "1.0.7"
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.7-dev.1"
version = "1.0.7"
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.7-dev.1"
version = "1.0.7"
description = "AYON Python API"
authors = [
"ynput.io <[email protected]>"
Expand Down

0 comments on commit 2582d21

Please sign in to comment.