Skip to content

Commit

Permalink
Update version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 16, 2023
1 parent 223934e commit 000d7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jax_metrics/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.3"
__version__ = "0.2.4"


from jax_metrics.losses import Loss
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jax_metrics"
version = "0.2.3"
version = "0.2.4"
description = ""
authors = ["Cristian Garcia <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 000d7d9

Please sign in to comment.