Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
denehoffman committed Jul 30, 2024
1 parent 4c9ec8a commit d781fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ resolver = "2"
default-members = ["crates/*"]

[workspace.package]
version = "0.9.2"
version = "0.9.3"
edition = "2021"
authors = ["Nathaniel Dene Hoffman <[email protected]>"]
description = "A library to create and operate models for particle physics amplitude analyses"
repository = "https://github.com/denehoffman/rustitude/"
homepage = "https://github.com/denehoffman/rustitude/"

[workspace.dependencies]
rustitude = { version = "0.9.2", path = "crates/rustitude" }
rustitude-core = { version = "7.0.0", path = "crates/rustitude-core" }
rustitude = { version = "0.9.3", path = "crates/rustitude" }
rustitude-gluex = { version = "0.4.8", path = "crates/rustitude-gluex" }
rayon = { version = "1.10.0" }
approx = { version = "0.5.1", features = ["num-complex"] }
Expand Down
2 changes: 1 addition & 1 deletion py-rustitude/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ features = ["pyo3/extension-module"]
name = "rustitude"
description = "Python bindings for the Rustitude library"
readme = "README.md"
version = "0.9.2"
version = "0.9.3"
requires-python = ">=3.7"
license = { file = "LICENSE" }
keywords = ["physics", "math", "rust"]
Expand Down

0 comments on commit d781fd9

Please sign in to comment.