From 9764ad3c11aacb253415076acee140b909d05ef1 Mon Sep 17 00:00:00 2001 From: yoid2000 Date: Sun, 9 Mar 2025 08:51:33 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c5ddda..9225526 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ profile = "black" [tool.poetry] name = "syndiffix" -version = "1.0.3" +version = "1.0.4" description = "Python implementation of the SynDiffix synthetic data generation mechanism." authors = ["Open Diffix "] readme = "README.md"