diff --git a/docs/source/_static/switcher.json b/docs/source/_static/switcher.json index ba475ce..a2480e0 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.2 (stable)", - "version": "v0.0.2", + "name": "0.0.3 (stable)", + "version": "v0.0.3", "url": "https://meds-tab.readthedocs.io/en/stable/", "preferred": true } diff --git a/pyproject.toml b/pyproject.toml index 2bc4079..8136f56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "meds-tab" -version = "0.0.2" +version = "0.0.3" 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 3b93d0b..27fdca4 100644 --- a/src/MEDS_tabular_automl/__init__.py +++ b/src/MEDS_tabular_automl/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3"