Skip to content

Commit a317ef3

Browse files
committed
bump version to '1.1.0'
1 parent e17a2f8 commit a317ef3

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.13-dev"
2+
__version__ = "1.1.0"

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.13-dev"
3+
version = "1.1.0"
44
description = "AYON Python API"
55
license = {file = "LICENSE"}
66
readme = {file = "README.md", content-type = "text/markdown"}
@@ -28,7 +28,7 @@ build-backend = "poetry.core.masonry.api"
2828

2929
[tool.poetry]
3030
name = "ayon-python-api"
31-
version = "1.0.13-dev"
31+
version = "1.1.0"
3232
description = "AYON Python API"
3333
authors = [
3434
"ynput.io <[email protected]>"

0 commit comments

Comments
 (0)