Skip to content

Commit

Permalink
bump version to '0.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Oct 8, 2024
1 parent 3984526 commit 4647e9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/version_control/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring version_control addon version."""
__version__ = "0.0.2"
"""Package declaring AYON addon 'version_control' version."""
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Package declaring addon version."""
name = "version_control"
title = "Version Control"
version = "0.0.2"
version = "0.1.0"
client_dir = "version_control"

ayon_required_addons = {
Expand Down

0 comments on commit 4647e9a

Please sign in to comment.