Skip to content

Commit

Permalink
[Automated] Add generated package files to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ynbot committed Oct 23, 2024
1 parent d80ae9f commit 0e8b129
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/ayon_core/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'core' version."""
__version__ = "1.0.3+dev"
__version__ = "1.0.4"
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "core"
title = "Core"
version = "1.0.3+dev"
version = "1.0.4"

client_dir = "ayon_core"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[tool.poetry]
name = "ayon-core"
version = "1.0.3+dev"
version = "1.0.4"
description = ""
authors = ["Ynput Team <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 0e8b129

Please sign in to comment.