Skip to content

Commit 37a20e8

Browse files
committed
bump version numbers
1 parent 02a7e03 commit 37a20e8

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Cargo.toml

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

@@ -12,16 +12,21 @@ edition = "2018"
1212
name = "libmathcat_py"
1313
crate-type = ["cdylib"]
1414

15-
[dependencies]
16-
mathcat = "0.1.13"
15+
[dependencies.mathcat]
16+
version = "0.1.14"
17+
# for testing MathCAT without having to publish a new version (change two occurences)
18+
# path = "../MathCAT/"
1719

1820
[dependencies.pyo3]
1921
version = "0.15.1"
2022
features = ["extension-module", "abi3"]
2123

2224
[build-dependencies]
23-
mathcat = "0.1.13"
2425
zip = "0.5.8"
26+
mathcat = "0.1.14"
27+
# for testing MathCAT without having to publish a new version (change two occurences)
28+
# mathcat = { version = "0.1.14", path = "../MathCAT/" }
29+
2530

2631
[profile.release]
2732
lto = true

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