Skip to content

Commit

Permalink
bump version to '0.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jul 31, 2024
1 parent 04057a9 commit a1485cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/ayon_applications/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'applications' version."""
__version__ = "0.2.5-dev.1"
__version__ = "0.2.5"
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "applications"
title = "Applications"
version = "0.2.5-dev.1"
version = "0.2.5"

client_dir = "ayon_applications"

Expand Down

0 comments on commit a1485cd

Please sign in to comment.