File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11target
22Cargo.lock
3+ NVDA-addon /addon /globalPlugins /MathCAT /Rules /
4+ NVDA-addon /addon /globalPlugins /MathCAT /libmathcat.pyd
35
Original file line number Diff line number Diff line change 11[package ]
22name = " MathCatForPython"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44authors = [" Neil Soiffer <soiffer@alum.mit.edu>" ]
55edition = " 2018"
66
@@ -13,7 +13,7 @@ name = "libmathcat_py"
1313crate-type = [" cdylib" ]
1414
1515[dependencies ]
16- mathcat = " 0.1.6 "
16+ mathcat = " 0.1.7 "
1717
1818[dependencies .pyo3 ]
1919version = " 0.15.1"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def _(arg):
2929 The initial version of MathCAT is English-only but is designed with translations in mind.
3030 """ ),
3131 # version
32- "addon_version" : "0.1.4 " ,
32+ "addon_version" : "0.1.5 " ,
3333 # Author(s)
3434 "addon_author" : "Neil Soiffer <soiffer@alum.mit.edu>" ,
3535 # URL for the add-on documentation support
You can’t perform that action at this time.
0 commit comments