Skip to content

Commit

Permalink
chore(deps): bump version from 0.0.25 to 0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Nov 26, 2024
1 parent ca8f47e commit cb927d1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ keywords:
- Radio Propagation
- Modeling
license: MIT
version: v0.0.25
version: v0.0.26
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion differt-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ unexpected_cfgs = {level = "warn", check-cfg = ['cfg(tarpaulin_include)']}
edition = "2021"
name = "differt-core"
rust-version = "1.75.0"
version = "0.0.25"
version = "0.0.26"
2 changes: 1 addition & 1 deletion differt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
dependencies = [
"beartype>=0.19.0",
"chex>=0.1.86",
"differt-core==0.0.25",
"differt-core==0.0.26",
"equinox>=0.11.5",
"filelock>=3.15.4",
"jax>=0.4.32",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tests = [
allow_dirty = false
commit = true
commit_args = ""
current_version = "0.0.25"
current_version = "0.0.26"
ignore_missing_version = false
message = "chore(deps): bump version from {current_version} to {new_version}"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb927d1

Please sign in to comment.