-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version numbers and what's changed
- Loading branch information
Showing
4 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
[package] | ||
name = "MathCatForPython" | ||
version = "0.5.4" | ||
version = "0.5.6" | ||
authors = ["Neil Soiffer <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -19,7 +19,7 @@ name = "libmathcat_py" | |
crate-type = ["cdylib"] | ||
|
||
[dependencies.mathcat] | ||
version = "0.5.4" | ||
version = "0.5.6" | ||
# for testing MathCAT without having to publish a new version (change two occurences) | ||
# path = "../MathCAT/" | ||
|
||
|
@@ -29,7 +29,7 @@ features = ["extension-module", "abi3"] | |
|
||
[build-dependencies] | ||
zip = { version = "0.6.2", default-features = false, features = ["deflate"] } | ||
mathcat = "0.5.4" | ||
mathcat = "0.5.6" | ||
# for testing MathCAT without having to publish a new version (change two occurences) | ||
# mathcat = {path = "../MathCAT/"} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ def _(arg): | |
and other translations are in progress.""" | ||
), | ||
# version | ||
"addon_version": "0.5.4", | ||
"addon_version": "0.5.6", | ||
# Author(s) | ||
"addon_author": "Neil Soiffer <[email protected]>", | ||
# URL for the add-on documentation support | ||
|