From 717f9388581700f3bc8085b07dbf14d13f3c7fc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 May 2022 16:01:10 +0000 Subject: [PATCH] Update version to 0.1.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 934234a..3cfabe8 100644 --- a/jax_metrics/__init__.py +++ b/jax_metrics/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" from jax_metrics.losses import Loss diff --git a/pyproject.toml b/pyproject.toml index 9afd9a3..85fa201 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jax_metrics" -version = "0.1.0" +version = "0.1.1" description = "" authors = ["Cristian Garcia "] license = "MIT"