We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07bf72 commit fd5e26bCopy full SHA for fd5e26b
2 files changed
README.md
@@ -190,7 +190,7 @@ please cite it as follows:
190
title = {pyMVR: Python Library for My Virtual Rig},
191
author = {{OpenStage}},
192
year = {2025},
193
- version = {1.0.1},
+ version = {1.0.6},
194
url = {https://github.com/open-stage/python-mvr}
195
}
196
```
pymvr/__init__.py
@@ -32,7 +32,7 @@
32
from .value import Matrix, Color # type: ignore
33
from enum import Enum
34
35
-__version__ = "1.0.6.dev0"
+__version__ = "1.0.6"
36
37
38
def _find_root(pkg: "zipfile.ZipFile") -> "ElementTree.Element":
0 commit comments