Skip to content

Commit 4c13bbf

Browse files
committed
bump version to '1.2.6-dev'
1 parent 40bc0aa commit 4c13bbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5"
2+
__version__ = "1.2.6-dev"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ayon_python_api"
3-
version = "1.2.5"
3+
version = "1.2.6-dev"
44
description = "AYON Python API"
55
license = {file = "LICENSE"}
66
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)