From d195879ab2d5fe41464741ac1b3c23c95e91ac55 Mon Sep 17 00:00:00 2001 From: Nassim Oufattole Date: Mon, 12 Aug 2024 18:54:00 +0000 Subject: [PATCH] updated to version 0.0.4 --- docs/source/_static/switcher.json | 4 ++-- pyproject.toml | 2 +- src/MEDS_tabular_automl/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/_static/switcher.json b/docs/source/_static/switcher.json index a2480e0..6f20b9d 100644 --- a/docs/source/_static/switcher.json +++ b/docs/source/_static/switcher.json @@ -4,8 +4,8 @@ "url": "https://meds-tab.readthedocs.io/en/latest/" }, { - "name": "0.0.3 (stable)", - "version": "v0.0.3", + "name": "0.0.4 (stable)", + "version": "v0.0.4", "url": "https://meds-tab.readthedocs.io/en/stable/", "preferred": true } diff --git a/pyproject.toml b/pyproject.toml index e6898c1..475cf78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "meds-tab" -version = "0.0.3" +version = "0.0.4" authors = [ { name="Matthew McDermott", email="mattmcdermott8@gmail.com" }, { name="Nassim Oufattole", email="noufattole@gmail.com" }, diff --git a/src/MEDS_tabular_automl/__init__.py b/src/MEDS_tabular_automl/__init__.py index 27fdca4..81f0fde 100644 --- a/src/MEDS_tabular_automl/__init__.py +++ b/src/MEDS_tabular_automl/__init__.py @@ -1 +1 @@ -__version__ = "0.0.3" +__version__ = "0.0.4"