Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Aug 5, 2023
1 parent 8929919 commit d101a8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[package]
name = "MathCatForPython"
version = "0.3.1"
version = "0.3.2"
authors = ["Neil Soiffer <[email protected]>"]
edition = "2018"

Expand All @@ -19,19 +19,19 @@ name = "libmathcat_py"
crate-type = ["cdylib"]

[dependencies.mathcat]
# version = "0.3.1"
version = "0.3.2"
# for testing MathCAT without having to publish a new version (change two occurences)
path = "../MathCAT/"
# path = "../MathCAT/"

[dependencies.pyo3]
version = "0.15.1"
features = ["extension-module", "abi3"]

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


[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion NVDA-addon/buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _(arg):
but the braille support is much better and includes both Nemeth and UEB Technical.
Translations to Indonesian, Spanish, and Vietnamese exist and other translations are in progress."""),
# version
"addon_version": "0.3.1",
"addon_version": "0.3.2",
# Author(s)
"addon_author": "Neil Soiffer <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit d101a8c

Please sign in to comment.