Skip to content

Commit

Permalink
bump version to '0.4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Oct 2, 2024
1 parent 9837c6a commit b1ed9b3
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.5-dev.1"
__version__ = "0.4.5"
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.5-dev.1"
version = "0.4.5"
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.5-dev.1"
version = "0.4.5"
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.5-dev.1"
version = "0.4.5"
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.5-dev.1"
version = "0.4.5"
description = "Shotgrid Integration for Ayon"
authors = ["Oscar Domingo <[email protected]>"]

Expand Down

0 comments on commit b1ed9b3

Please sign in to comment.