Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vvcb committed Mar 8, 2023
1 parent 27070be commit 28131ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<release-name>` with the latest release version e.g. `v0.3.0`.
Replace `<release-name>` with the latest release version e.g. `v0.3.1.
List of releases can be found here - <https://github.com/LTHTR-DST/hdruk_avoidable_admissions/releases>.

Omit `@<release-name>` to install the latest code in the repo.
Expand Down
2 changes: 1 addition & 1 deletion avoidable_admissions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ["data", "features", "models", "utils", "visualization"]

__version__ = "0.3.0"
__version__ = "0.3.1"
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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@<release-name>"
```

Replace `<release-name>` with the latest release version e.g. `v.0.3.0`. List of releases can be found here - <https://github.com/LTHTR-DST/hdruk_avoidable_admissions/releases>.
Replace `<release-name>` with the latest release version e.g. `v0.3.1`. List of releases can be found here - <https://github.com/LTHTR-DST/hdruk_avoidable_admissions/releases>.

Omit `@<release-name>` to install the latest code in the repo.

Expand Down

0 comments on commit 28131ff

Please sign in to comment.