From fd04aeaf0fdfda64e1d17321d300cd4c09e3b635 Mon Sep 17 00:00:00 2001 From: HarrisonWilde Date: Fri, 3 Nov 2023 15:12:00 +0000 Subject: [PATCH] Bump poetry version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74c57d1b..9636ad23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nhssynth" -version = "0.9.1" +version = "0.10.0" description = "Synthetic data generation pipeline leveraging a Differentially Private Variational Auto Encoder assessed using a variety of metrics" authors = ["HarrisonWilde "] maintainers = ["NHSE TDAU "]