Skip to content

Commit

Permalink
bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Mar 21, 2022
1 parent 02a7e03 commit 37a20e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "MathCatForPython"
version = "0.1.3"
version = "0.1.4"
authors = ["Neil Soiffer <[email protected]>"]
edition = "2018"

Expand All @@ -12,16 +12,21 @@ edition = "2018"
name = "libmathcat_py"
crate-type = ["cdylib"]

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

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

[build-dependencies]
mathcat = "0.1.13"
zip = "0.5.8"
mathcat = "0.1.14"
# for testing MathCAT without having to publish a new version (change two occurences)
# mathcat = { version = "0.1.14", path = "../MathCAT/" }


[profile.release]
lto = true
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):
The initial version of MathCAT is English-only but is designed with translations in mind.
"""),
# version
"addon_version": "0.1.6",
"addon_version": "0.1.7",
# Author(s)
"addon_author": "Neil Soiffer <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit 37a20e8

Please sign in to comment.