Skip to content

Commit 1cd5352

Browse files
committed
bump version numbers
1 parent e300e0b commit 1cd5352

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ name = "libmathcat_py"
1313
crate-type = ["cdylib"]
1414

1515
[dependencies.mathcat]
16-
version = "0.1.17"
16+
version = "0.1.18"
1717
# for testing MathCAT without having to publish a new version (change two occurences)
18-
#path = "../MathCAT/"
18+
path = "../MathCAT/"
1919

2020
[dependencies.pyo3]
2121
version = "0.15.1"
2222
features = ["extension-module", "abi3"]
2323

2424
[build-dependencies]
2525
zip = { version = "0.5", default-features = false }
26-
mathcat = "0.1.17"
26+
#mathcat = "0.1.18"
2727
# for testing MathCAT without having to publish a new version (change two occurences)
28-
# mathcat = {version= "0.1.17", path = "../MathCAT/"}
28+
mathcat = {version= "0.1.18", path = "../MathCAT/"}
2929

3030

3131
[profile.release]

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.9",
32+
"addon_version": "0.1.10",
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)