From 000d7d94432ea7d60351e07c6608f99d07010468 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Mar 2023 18:48:15 +0000 Subject: [PATCH] Update version to 0.2.4 --- jax_metrics/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jax_metrics/__init__.py b/jax_metrics/__init__.py index 4c5a6b9..dd86769 100644 --- a/jax_metrics/__init__.py +++ b/jax_metrics/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.3" +__version__ = "0.2.4" from jax_metrics.losses import Loss diff --git a/pyproject.toml b/pyproject.toml index 3f885dc..c739193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jax_metrics" -version = "0.2.3" +version = "0.2.4" description = "" authors = ["Cristian Garcia "] license = "MIT"