Skip to content

Commit ae3e3da

Browse files
committed
bump version number
1 parent 711bcd5 commit ae3e3da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

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

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

@@ -23,9 +23,9 @@ features = ["extension-module", "abi3"]
2323

2424
[build-dependencies]
2525
zip = { version = "0.6.2", default-features = false, features = ["deflate"] }
26-
mathcat = "0.1.19"
26+
mathcat = "0.1.21"
2727
# for testing MathCAT without having to publish a new version (change two occurences)
28-
#mathcat = {version= "0.1.18", path = "../MathCAT/"}
28+
#mathcat = {version= "0.1.21", 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.11",
32+
"addon_version": "0.1.12",
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)