diff --git a/README.md b/README.md index ebe65e4..039c503 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ pip install "avoidable_admissions @ git+https://github.com/LTHTR-DST/hdruk_avoid Additional installation options are described in the [documentation](https://lthtr-dst.github.io/hdruk_avoidable_admissions/). -Replace `` with the latest release version e.g. `v0.3.0`. +Replace `` with the latest release version e.g. `v0.3.1. List of releases can be found here - . Omit `@` to install the latest code in the repo. diff --git a/avoidable_admissions/__init__.py b/avoidable_admissions/__init__.py index a554b00..439fe5c 100644 --- a/avoidable_admissions/__init__.py +++ b/avoidable_admissions/__init__.py @@ -2,4 +2,4 @@ __all__ = ["data", "features", "models", "utils", "visualization"] -__version__ = "0.3.0" +__version__ = "0.3.1" diff --git a/docs/index.md b/docs/index.md index e444ea4..33e703b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,7 +33,7 @@ To install with optional dependecies for _contributing to development and docume pip install "avoidable_admissions[dev] @ git+https://github.com/LTHTR-DST/hdruk_avoidable_admissions.git@" ``` -Replace `` with the latest release version e.g. `v.0.3.0`. List of releases can be found here - . +Replace `` with the latest release version e.g. `v0.3.1`. List of releases can be found here - . Omit `@` to install the latest code in the repo.