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 6
6
7
7
[package ]
8
8
name = " MathCatForPython"
9
- version = " 0.7.1"
9
+ version = " 0.7.2-rc. 1"
10
10
authors = [" Neil Soiffer <soiffer@alum.mit.edu>" ]
11
11
edition = " 2018"
12
12
resolver = " 2" # allows different build dependency features
@@ -21,7 +21,7 @@ name = "libmathcat_py"
21
21
crate-type = [" cdylib" ]
22
22
23
23
[dependencies .mathcat ]
24
- version = " =0.7.1"
24
+ version = " =0.7.2-rc. 1"
25
25
# for testing MathCAT without having to publish a new version (change two occurrences)
26
26
# path = "../MathCAT/"
27
27
@@ -31,7 +31,7 @@ features = ["extension-module", "abi3"]
31
31
32
32
[build-dependencies ]
33
33
zip = { version = " 5.1" , default-features = false , features = [" bzip2" ] }
34
- mathcat = {version = " =0.7.1" , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
34
+ mathcat = {version = " =0.7.2-rc. 1" , features = [" include-zip" ]} # for building, we want the zip files so we can include them separately
35
35
# mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
36
36
# for testing MathCAT without having to publish a new version (change two occurrences)
37
37
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def _(arg):
32
32
and other translations are in progress.""" ,
33
33
),
34
34
# version
35
- "addon_version" : "0 .7.1 -rc.1" ,
35
+ "addon_version" : "v0 .7.2 -rc.1" ,
36
36
# Author(s)
37
37
"addon_author" : "Neil Soiffer <soiffer@alum.mit.edu>" ,
38
38
# URL for the add-on documentation support
You can’t perform that action at this time.
0 commit comments