Skip to content

Commit

Permalink
chore(deps): bump version from 0.0.14 to 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed May 29, 2024
1 parent 5aeb719 commit ae2bda7
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 @@ -32,4 +32,4 @@ name = "differt_core"
edition = "2021"
name = "differt-core"
rust-version = "1.75.0"
version = "0.0.14"
version = "0.0.15"
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",
"differt-core==0.0.14",
"differt-core==0.0.15",
"equinox>=0.11.2",
"jax>=0.4.20",
"jaxtyping>=0.2.24",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.0"
allow_dirty = false
commit = true
commit_args = ""
current_version = "0.0.14"
current_version = "0.0.15"
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 ae2bda7

Please sign in to comment.