From d8f75101ca358a2dd432e6c9ed0c737f6e5870ba Mon Sep 17 00:00:00 2001 From: Alberto Campos Date: Tue, 25 Apr 2023 17:08:24 +0200 Subject: [PATCH] Fixed typo in version. --- .bumpversion.cfg | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6f89a4f..e0f63fb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -13,3 +13,4 @@ tag = True [bumpversion:file:docs/index.md] +[bumpversion:file:pyproject.toml] \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3f301bf..5aa0055 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "mercury-explainability" license = {file = "LICENSE.txt"} -version = "0.0.1" +version = "0.0.2" authors = [ { name="Mercury Team", email="mercury.group@bbva.com" }, ]