Skip to content

Commit

Permalink
chore(deps): bump version from 0.0.17 to 0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Sep 28, 2024
1 parent befc714 commit f127a9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 @@ -36,4 +36,4 @@ unexpected_cfgs = {level = "warn", check-cfg = ['cfg(tarpaulin_include)']}
edition = "2021"
name = "differt-core"
rust-version = "1.75.0"
version = "0.0.17"
version = "0.0.18"
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.17.2",
"chex>=0.1.86",
"differt-core==0.0.17",
"differt-core==0.0.18",
"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 @@ -50,7 +50,7 @@ tests = [
allow_dirty = false
commit = true
commit_args = ""
current_version = "0.0.17"
current_version = "0.0.18"
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

0 comments on commit f127a9d

Please sign in to comment.