File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66
77[package ]
88name = " MathCatForPython"
9- version = " 0.6.8-rc.4 "
9+ version = " 0.6.8-rc.5 "
1010authors = [" Neil Soiffer <soiffer@alum.mit.edu>" ]
1111edition = " 2018"
1212resolver = " 2" # allows different build dependency features
@@ -21,9 +21,9 @@ name = "libmathcat_py"
2121crate-type = [" cdylib" ]
2222
2323[dependencies .mathcat ]
24- version = " =0.6.8-rc.4 "
24+ version = " =0.6.8-rc.5 "
2525# for testing MathCAT without having to publish a new version (change two occurrences)
26- # path = "../MathCAT/"
26+ path = " ../MathCAT/"
2727features = [" include-zip" ] # for building, we want the zip files so we can include them separately
2828
2929[dependencies .pyo3 ]
@@ -32,8 +32,8 @@ features = ["extension-module", "abi3"]
3232
3333[build-dependencies ]
3434zip = { version = " 2.1" , default-features = false , features = [" bzip2" ] }
35- mathcat = {version = " =0.6.8-rc.4 " , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
36- # mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
35+ # mathcat = {version = "=0.6.8-rc.5 ", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
36+ mathcat = { path = " ../MathCAT/" , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
3737# for testing MathCAT without having to publish a new version (change two occurrences)
3838
3939
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.8-rc.4 " ,
35+ "addon_version" : "0.6.8-rc.5 " ,
3636 # Author(s)
3737 "addon_author" : "Neil Soiffer <soiffer@alum.mit.edu>" ,
3838 # URL for the add-on documentation support
You can’t perform that action at this time.
0 commit comments