Skip to content

Commit

Permalink
Update version to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Jun 25, 2024
1 parent 4ca396d commit 2df702a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/XRFeitoriaBpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
bl_info = {
'name': 'XRFeitoriaBpy',
'author': 'OpenXRLab',
'version': (0, 0, 0), # XXX: Would be updated by CI/CD
'version': (0, 6, 3), # XXX: Would be updated by CI/CD
'blender': (3, 3, 0),
'category': 'Tools',
}
__version__ = version = '0.0.0' # XXX: Would be updated by CI/CD
__version__ = version = '0.6.3'


def register():
Expand Down
2 changes: 1 addition & 1 deletion src/XRFeitoriaUnreal/XRFeitoriaUnreal.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.0.0",
"VersionName": "0.6.3",
"FriendlyName": "XRFeitoriaUnreal",
"Description": "OpenXRLab Synthetic Data Rendering Toolbox",
"Category": "Scripting",
Expand Down

0 comments on commit 2df702a

Please sign in to comment.