File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 66
77[package ]
88name = " MathCatForPython"
9- version = " 0.6.10 "
9+ version = " 0.7.0-rc.6 "
1010authors = [" Neil Soiffer <soiffer@alum.mit.edu>" ]
1111edition = " 2018"
1212resolver = " 2" # allows different build dependency features
@@ -21,18 +21,17 @@ name = "libmathcat_py"
2121crate-type = [" cdylib" ]
2222
2323[dependencies .mathcat ]
24- version = " =0.6.10 "
24+ version = " =0.7.0 "
2525# for testing MathCAT without having to publish a new version (change two occurrences)
2626# path = "../MathCAT/"
27- features = [" include-zip" ] # for building, we want the zip files so we can include them separately
2827
2928[dependencies .pyo3 ]
3029version = " 0.22"
3130features = [" extension-module" , " abi3" ]
3231
3332[build-dependencies ]
3433zip = { version = " 4.1" , default-features = false , features = [" bzip2" ] }
35- mathcat = {version = " =0.6.10 " , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
34+ mathcat = {version = " =0.7.0 " , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
3635# mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
3736# for testing MathCAT without having to publish a new version (change two occurrences)
3837
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def _(arg):
3232 and other translations are in progress.""" ,
3333 ),
3434 # version
35- "addon_version" : "0.6.10 " ,
35+ "addon_version" : "0.7.0 " ,
3636 # Author(s)
3737 "addon_author" : "Neil Soiffer <soiffer@alum.mit.edu>" ,
3838 # URL for the add-on documentation support
@@ -42,7 +42,7 @@ def _(arg):
4242 # Documentation file name
4343 "addon_docFileName" : "readme.html" ,
4444 # Minimum NVDA version supported (e.g. "2018.3.0", minor version is optional)
45- "addon_minimumNVDAVersion" : "2024 .1" ,
45+ "addon_minimumNVDAVersion" : "2025 .1" ,
4646 # Last NVDA version supported/tested (e.g. "2018.4.0", ideally more recent than minimum version)
4747 "addon_lastTestedNVDAVersion" : "2025.1" ,
4848 # Add-on update channel (default is None, denoting stable releases,
You can’t perform that action at this time.
0 commit comments