diff --git a/Cargo.toml b/Cargo.toml index 5c03ae4..b54d91a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" default-members = ["crates/*"] [workspace.package] -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Nathaniel Dene Hoffman "] description = "A library to create and operate models for particle physics amplitude analyses" diff --git a/py-rustitude/pyproject.toml b/py-rustitude/pyproject.toml index ee92423..250b7fc 100644 --- a/py-rustitude/pyproject.toml +++ b/py-rustitude/pyproject.toml @@ -10,7 +10,7 @@ features = ["pyo3/extension-module"] name = "rustitude" description = "Python bindings for the Rustitude library" readme = "README.md" -version = "0.5.0" +version = "0.6.0" requires-python = ">=3.7" license = { file = "LICENSE" } keywords = ["physics", "math", "rust"]