Skip to content

Commit 83b0e7e

Browse files
committed
bump version to 1.2.3
1 parent e2d6d09 commit 83b0e7e

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.3-dev"
2+
__version__ = "1.2.3"

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.3-dev"
3+
version = "1.2.3"
44
description = "AYON Python API"
55
license = {file = "LICENSE"}
66
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)