From 6a6cce686042711d9ae518535faa0fcc35158904 Mon Sep 17 00:00:00 2001 From: yoid2000 Date: Fri, 29 Mar 2024 14:20:55 +0100 Subject: [PATCH] Ran poetry stuff --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5a30a7..2697a71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ profile = "black" [tool.poetry] name = "syndiffix" -version = "1.0.0" +version = "1.0.01" description = "Python implementation of the SynDiffix synthetic data generation mechanism." authors = ["Open Diffix "] readme = "README.md"