Skip to content

Commit

Permalink
[Automated] Update version in package.py for develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ynbot committed Oct 16, 2024
1 parent 8ba8927 commit 0c8d7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/ayon_tvpaint/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'tvpaint' version."""
__version__ = "0.2.4"
__version__ = "0.2.4+dev"
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "tvpaint"
title = "TVPaint"
version = "0.2.4"
version = "0.2.4+dev"
app_host_name = "tvpaint"
client_dir = "ayon_tvpaint"

Expand Down

0 comments on commit 0c8d7c2

Please sign in to comment.