Skip to content

Commit cabc36a

Browse files
committed
Bump version to 1.2.16-dev
1 parent 1eb1e5f commit cabc36a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ayon_api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package declaring Python API for AYON server."""
2-
__version__ = "1.2.15"
2+
__version__ = "1.2.16-dev"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ayon_python_api"
3-
version = "1.2.15"
3+
version = "1.2.16-dev"
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.2.15"
31+
version = "1.2.16-dev"
3232
description = "AYON Python API"
3333
authors = [
3434
"ynput.io <info@ynput.io>"

0 commit comments

Comments
 (0)