Skip to content

Commit dd5fec8

Browse files
committed
Updated to MathCAT with UEB
1 parent a0b8c83 commit dd5fec8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
target
22
Cargo.lock
3+
NVDA-addon/addon/globalPlugins/MathCAT/Rules/
4+
NVDA-addon/addon/globalPlugins/MathCAT/libmathcat.pyd
35

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "MathCatForPython"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
55
edition = "2018"
66

@@ -13,7 +13,7 @@ name = "libmathcat_py"
1313
crate-type = ["cdylib"]
1414

1515
[dependencies]
16-
mathcat = "0.1.6"
16+
mathcat = "0.1.7"
1717

1818
[dependencies.pyo3]
1919
version = "0.15.1"

NVDA-addon/buildVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)