Skip to content

Commit fd5e26b

Browse files
committed
Release v1.0.6
1 parent b07bf72 commit fd5e26b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ please cite it as follows:
190190
title = {pyMVR: Python Library for My Virtual Rig},
191191
author = {{OpenStage}},
192192
year = {2025},
193-
version = {1.0.1},
193+
version = {1.0.6},
194194
url = {https://github.com/open-stage/python-mvr}
195195
}
196196
```

pymvr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from .value import Matrix, Color # type: ignore
3333
from enum import Enum
3434

35-
__version__ = "1.0.6.dev0"
35+
__version__ = "1.0.6"
3636

3737

3838
def _find_root(pkg: "zipfile.ZipFile") -> "ElementTree.Element":

0 commit comments

Comments
 (0)