File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " MathCatForPython"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44authors = [" Neil Soiffer <soiffer@alum.mit.edu>" ]
55edition = " 2018"
66
@@ -12,16 +12,21 @@ edition = "2018"
1212name = " libmathcat_py"
1313crate-type = [" cdylib" ]
1414
15- [dependencies ]
16- mathcat = " 0.1.13"
15+ [dependencies .mathcat ]
16+ version = " 0.1.14"
17+ # for testing MathCAT without having to publish a new version (change two occurences)
18+ # path = "../MathCAT/"
1719
1820[dependencies .pyo3 ]
1921version = " 0.15.1"
2022features = [" extension-module" , " abi3" ]
2123
2224[build-dependencies ]
23- mathcat = " 0.1.13"
2425zip = " 0.5.8"
26+ mathcat = " 0.1.14"
27+ # for testing MathCAT without having to publish a new version (change two occurences)
28+ # mathcat = { version = "0.1.14", path = "../MathCAT/" }
29+
2530
2631[profile .release ]
2732lto = true
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.6 " ,
32+ "addon_version" : "0.1.7 " ,
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