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 66
77[package ]
88name = " MathCatForPython"
9- version = " 0.4.1 "
9+ version = " 0.4.2 "
1010authors = [" Neil Soiffer <soiffer@alum.mit.edu>" ]
1111edition = " 2018"
1212
@@ -19,7 +19,7 @@ name = "libmathcat_py"
1919crate-type = [" cdylib" ]
2020
2121[dependencies .mathcat ]
22- version = " 0.4.1 "
22+ version = " 0.4.2 "
2323# for testing MathCAT without having to publish a new version (change two occurences)
2424# path = "../MathCAT/"
2525
@@ -29,7 +29,7 @@ features = ["extension-module", "abi3"]
2929
3030[build-dependencies ]
3131zip = { version = " 0.6.2" , default-features = false , features = [" deflate" ] }
32- mathcat = " 0.4.1 "
32+ mathcat = " 0.4.2 "
3333# for testing MathCAT without having to publish a new version (change two occurences)
3434# mathcat = {path = "../MathCAT/"}
3535
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.4.1 " ,
35+ "addon_version" : "0.4.2 " ,
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