8000 Apparently, using 'v' in a version number is not right for addons. · NSoiffer/MathCATForPython@50fa36e · GitHub
[go: up one dir, main page]

Skip to content

Commit 50fa36e

Browse files
committed
Apparently, using 'v' in a version number is not right for addons.
Because I need unique links, I have bumped the version numbers to guarantee uniqueness.
1 parent 7987f65 commit 50fa36e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "MathCatForPython"
9-
version = "0.7.2"
9+
version = "0.7.3"
1010
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
1111
edition = "2018"
1212
resolver = "2" # allows different build dependency features

buildVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def _(arg):
3232
and other translations are in progress.""",
3333
),
3434
# version
35-
"addon_version": "v0.7.2",
35+
"addon_version": "0.7.3",
3636
# Author(s)
3737
"addon_author": "Neil Soiffer <soiffer@alum.mit.edu>",
3838
# URL for the add-on documentation support

0 commit comments

Comments
 (0)
0