Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Oufattole committed Aug 12, 2024
1 parent 5f6d618 commit 1641d4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion src/MEDS_tabular_automl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "0.0.3"

0 comments on commit 1641d4a

Please sign in to comment.