Skip to content

Commit

Permalink
chore: bump python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
denehoffman committed Jun 5, 2024
1 parent 161e18d commit ce74dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
description = "A library to create and operate models for particle physics amplitude analyses"
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.5.0"
version = "0.6.0"
requires-python = ">=3.7"
license = { file = "LICENSE" }
keywords = ["physics", "math", "rust"]
Expand Down

0 comments on commit ce74dd1

Please sign in to comment.