From 4215a6bdbcbd9205bd763e2295d7f3209372052c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 4 Mar 2023 22:10:14 +0000 Subject: [PATCH] Update version to 0.2.1 --- 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 1d9f4be..a61f217 100644 --- a/jax_metrics/__init__.py +++ b/jax_metrics/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" from jax_metrics.losses import Loss diff --git a/pyproject.toml b/pyproject.toml index 4000408..245e98b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jax_metrics" -version = "0.2.0" +version = "0.2.1" description = "" authors = ["Cristian Garcia "] license = "MIT"