From 5acc40d1b8a2725545ef0269faa2f6176b990b90 Mon Sep 17 00:00:00 2001 From: yoid2000 Date: Tue, 30 Jan 2024 11:38:25 +0100 Subject: [PATCH] Update version to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0fe472..d5a30a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ profile = "black" [tool.poetry] name = "syndiffix" -version = "1.0.0b0" +version = "1.0.0" description = "Python implementation of the SynDiffix synthetic data generation mechanism." authors = ["Open Diffix "] readme = "README.md"