Skip to content

Commit

Permalink
bump version to '1.2.3-dev.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jun 18, 2024
1 parent 9c7e784 commit 0ef260d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/ayon_kitsu/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring kitsu addon version."""
__version__ = "1.2.2"
__version__ = "1.2.3-dev.1"
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "kitsu"
title = "Kitsu"
version = "1.2.2"
version = "1.2.3-dev.1"
client_dir = "ayon_kitsu"

services = {
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-kitsu"
version = "1.2.2"
version = "1.2.3-dev.1"
description = ""
authors = ["Ynput Team <[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 = "kitsu-processor"
version = "1.2.2"
version = "1.2.3-dev.1"
description = "Kitsu Integration for Ayon"
authors = ["Martin Wacker <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion tests/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ayon-kitsu"
version = "1.2.2"
version = "1.2.3-dev.1"
description = ""
authors = ["Martastain <[email protected]>", "Scott McDonnell <[email protected]", "Jacob Danell <[email protected]>"]

Expand Down

0 comments on commit 0ef260d

Please sign in to comment.