Skip to content

Commit d101a8c

Browse files
committed
bump version number
1 parent 8929919 commit d101a8c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "MathCatForPython"
9-
version = "0.3.1"
9+
version = "0.3.2"
1010
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
1111
edition = "2018"
1212

@@ -19,19 +19,19 @@ name = "libmathcat_py"
1919
crate-type = ["cdylib"]
2020

2121
[dependencies.mathcat]
22-
# version = "0.3.1"
22+
version = "0.3.2"
2323
# for testing MathCAT without having to publish a new version (change two occurences)
24-
path = "../MathCAT/"
24+
# path = "../MathCAT/"
2525

2626
[dependencies.pyo3]
2727
version = "0.15.1"
2828
features = ["extension-module", "abi3"]
2929

3030
[build-dependencies]
3131
zip = { version = "0.6.2", default-features = false, features = ["deflate"] }
32-
# mathcat = "0.3.1"
32+
mathcat = "0.3.2"
3333
# for testing MathCAT without having to publish a new version (change two occurences)
34-
mathcat = {path = "../MathCAT/"}
34+
# mathcat = {path = "../MathCAT/"}
3535

3636

3737
[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
but the braille support is much better and includes both Nemeth and UEB Technical.
3030
Translations to Indonesian, Spanish, and Vietnamese exist and other translations are in progress."""),
3131
# version
32-
"addon_version": "0.3.1",
32+
"addon_version": "0.3.2",
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)