We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7987f65 commit 50fa36eCopy full SHA for 50fa36e
Cargo.toml
@@ -6,7 +6,7 @@
6
7
[package]
8
name = "MathCatForPython"
9
-version = "0.7.2"
+version = "0.7.3"
10
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
11
edition = "2018"
12
resolver = "2" # allows different build dependency features
buildVars.py
@@ -32,7 +32,7 @@ def _(arg):
32
and other translations are in progress.""",
33
),
34
# version
35
- "addon_version": "v0.7.2",
+ "addon_version": "0.7.3",
36
# Author(s)
37
"addon_author": "Neil Soiffer <soiffer@alum.mit.edu>",
38
# URL for the add-on documentation support
0 commit comments