File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name = "libmathcat_py"
1313crate-type = [" cdylib" ]
1414
1515[dependencies .mathcat ]
16- version = " 0.1.19 "
16+ version = " 0.1.21 "
1717# for testing MathCAT without having to publish a new version (change two occurences)
1818# path = "../MathCAT/"
1919
@@ -23,9 +23,9 @@ features = ["extension-module", "abi3"]
2323
2424[build-dependencies ]
2525zip = { version = " 0.6.2" , default-features = false , features = [" deflate" ] }
26- mathcat = " 0.1.19 "
26+ mathcat = " 0.1.21 "
2727# for testing MathCAT without having to publish a new version (change two occurences)
28- # mathcat = {version= "0.1.18 ", path = "../MathCAT/"}
28+ # mathcat = {version= "0.1.21 ", 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.11 " ,
32+ "addon_version" : "0.1.12 " ,
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