File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ name = "libmathcat_py"
1313crate-type = [" cdylib" ]
1414
1515[dependencies .mathcat ]
16- version = " 0.1.17 "
16+ version = " 0.1.18 "
1717# for testing MathCAT without having to publish a new version (change two occurences)
18- # path = "../MathCAT/"
18+ path = " ../MathCAT/"
1919
2020[dependencies .pyo3 ]
2121version = " 0.15.1"
2222features = [" extension-module" , " abi3" ]
2323
2424[build-dependencies ]
2525zip = { version = " 0.5" , default-features = false }
26- mathcat = " 0.1.17 "
26+ # mathcat = "0.1.18 "
2727# for testing MathCAT without having to publish a new version (change two occurences)
28- # mathcat = {version= "0.1.17 ", path = "../MathCAT/"}
28+ mathcat = {version = " 0.1.18 " , path = " ../MathCAT/" }
2929
3030
3131[profile .release ]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def _(arg):
2929 The initial version of MathCAT is English-only but is designed with translations in mind.
3030 """ ),
3131 # version
32- "addon_version" : "0.1.9 " ,
32+ "addon_version" : "0.1.10 " ,
3333 # Author(s)
3434 "addon_author" : "Neil Soiffer <soiffer@alum.mit.edu>" ,
3535 # URL for the add-on documentation support
You can’t perform that action at this time.
0 commit comments