Skip to content

Commit

Permalink
[Automated] Add generated package files from main
Browse files Browse the repository at this point in the history
  • Loading branch information
ynbot committed Dec 9, 2024
1 parent 4197397 commit 0b639a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/ayon_shotgrid/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring shotgrid addon version."""
__version__ = "0.4.6+dev"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "shotgrid"
title = "Shotgrid"
version = "0.4.6+dev"
version = "0.5.0"
client_dir = "ayon_shotgrid"

services = {
Expand Down
2 changes: 1 addition & 1 deletion services/leecher/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "shotgrid-leecher"
version = "0.4.6+dev"
version = "0.5.0"
description = "Shotgrid Integration for AYON"
authors = ["Oscar Domingo <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion services/processor/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "shotgrid-processor"
version = "0.4.6+dev"
version = "0.5.0"
description = "Shotgrid Integration for AYON"
authors = ["Oscar Domingo <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion services/transmitter/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "shotgrid-transmitter"
version = "0.4.6+dev"
version = "0.5.0"
description = "Shotgrid Integration for AYON"
authors = ["Oscar Domingo <[email protected]>"]

Expand Down

0 comments on commit 0b639a0

Please sign in to comment.