From 213a049e48973cbf68897c1c08ed547d0924e9c0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 Mar 2023 13:15:33 +0000 Subject: [PATCH] 0.8.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0edd8f6..10b56340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.8.2 (2023-03-10) +### Fix +* Update pypi_api_token ([`c2f4135`](https://github.com/Aarhus-Psychiatry-Research/psycop-ml-utils/commit/c2f4135bedbf923a028a9b24557dc9958c388f09)) + ## v0.8.1 (2023-03-10) ### Fix * Linting ([`e250e10`](https://github.com/Aarhus-Psychiatry-Research/psycop-ml-utils/commit/e250e10d9501dfd147a10e8c48cdf50405efd0b5)) diff --git a/pyproject.toml b/pyproject.toml index cc3bb5fa..ce1212fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "psycopmlutils" -version = "0.8.1" +version = "0.8.2" description = "A collection of machine-learning utilities used across the psycop-projects." authors = [{name = "Martin Bernstorff", email = "martinbernstorff@gmail.com"}, {name = "Lasse Hansen", email = "lasseh0310@gmail.com"},