Skip to content

Commit e18e687

Browse files
committed
Update YAML library to latest python 3.11 version
1 parent 13c15ed commit e18e687

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

addon/globalPlugins/MathCAT/yaml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .loader import *
99
from .dumper import *
1010

11-
__version__ = '6.0'
11+
__version__ = '6.0.1'
1212
try:
1313
from .cyaml import *
1414
__with_libyaml__ = True
194 KB
Binary file not shown.
-224 KB
Binary file not shown.

0 commit comments

Comments
 (0)