From 1302c969a31dca340936a5af1cf3a4434c9b399f Mon Sep 17 00:00:00 2001 From: yoid2000 Date: Thu, 7 Nov 2024 08:53:45 +0100 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 205dcaf..b4c10b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ profile = "black" [tool.poetry] name = "syndiffix" -version = "1.0.2" +version = "1.0.3" description = "Python implementation of the SynDiffix synthetic data generation mechanism." authors = ["Open Diffix "] readme = "README.md"