From 5c812bd7a8907e5844f69b5455a53cc6668f309f Mon Sep 17 00:00:00 2001 From: HarrisonWilde Date: Mon, 16 Oct 2023 10:12:32 +0100 Subject: [PATCH] bumping poetry version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb34be4f..1d2d2b80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nhssynth" -version = "0.7.3" +version = "0.8.0" description = "Synthetic data generation pipeline leveraging a Differentially Private Variational Auto Encoder assessed using a variety of metrics" authors = ["HarrisonWilde "] maintainers = ["NHSE TDAU "]