Skip to content

Commit

Permalink
forgot to update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Mar 3, 2024
1 parent 7a5a8fc commit 8f4f4a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[package]
name = "MathCatForPython"
version = "0.4.1"
version = "0.4.2"
authors = ["Neil Soiffer <[email protected]>"]
edition = "2018"

Expand All @@ -19,7 +19,7 @@ name = "libmathcat_py"
crate-type = ["cdylib"]

[dependencies.mathcat]
version = "0.4.1"
version = "0.4.2"
# for testing MathCAT without having to publish a new version (change two occurences)
# path = "../MathCAT/"

Expand All @@ -29,7 +29,7 @@ features = ["extension-module", "abi3"]

[build-dependencies]
zip = { version = "0.6.2", default-features = false, features = ["deflate"] }
mathcat = "0.4.1"
mathcat = "0.4.2"
# for testing MathCAT without having to publish a new version (change two occurences)
# mathcat = {path = "../MathCAT/"}

Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _(arg):
and other translations are in progress."""
),
# version
"addon_version": "0.4.1",
"addon_version": "0.4.2",
# Author(s)
"addon_author": "Neil Soiffer <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit 8f4f4a4

Please sign in to comment.