Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeCrassous committed Apr 30, 2021
1 parent e8a51ac commit d716501
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mixer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
from pathlib import Path
import time

__version__ = "v1.0.0" # Generated by inject_version.py
display_version = "1.0.0" # Generated by inject_version.py
version_date = "2021-04-21:16:17:00 UTC" # Generated by inject_version.py
__version__ = "v1.0.1" # Generated by inject_version.py
display_version = "1.0.1" # Generated by inject_version.py
version_date = "2021-04-30:14:27:44 UTC" # Generated by inject_version.py


def about_date():
Expand All @@ -42,7 +42,7 @@ def about_date():
"name": "Mixer",
"author": "Ubisoft Animation Studio",
"description": "Collaborative 3D edition accross 3D software",
"version": (1, 0, 0), # Generated by inject_version.py
"version": (1, 0, 1), # Generated by inject_version.py
"blender": (2, 91, 0),
"location": "View3D > Mixer",
"warning": "Experimental addon, can break your scenes",
Expand Down

0 comments on commit d716501

Please sign in to comment.