8000 bump version numbers · NSoiffer/MathCATForPython@1a8da15 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a8da15

Browse files
committed
bump version numbers
1 parent f29875a commit 1a8da15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "MathCatForPython"
9-
version = "0.7.1"
9+
version = "0.7.2-rc.1"
1010
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
1111
edition = "2018"
1212
resolver = "2" # allows different build dependency features
@@ -21,7 +21,7 @@ name = "libmathcat_py"
2121
crate-type = ["cdylib"]
2222

2323
[dependencies.mathcat]
24-
version = "=0.7.1"
24+
version = "=0.7.2-rc.1"
2525
# for testing MathCAT without having to publish a new version (change two occurrences)
2626
# path = "../MathCAT/"
2727

@@ -31,7 +31,7 @@ features = ["extension-module", "abi3"]
3131

3232
[build-dependencies]
3333
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
3535
# mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
3636
# for testing MathCAT without having to publish a new version (change two occurrences)
3737

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": "0.7.1-rc.1",
35+
"addon_version": "v0.7.2-rc.1",
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