From d5fdd4ebaefd32a363eeb4df99efc61ce3d1f7c6 Mon Sep 17 00:00:00 2001 From: jfparie Date: Mon, 3 Mar 2025 17:59:54 +0100 Subject: [PATCH] preparations for new release v0.0.2 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 446d46d..3b5ba63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-synthpop" -version = "0.0.1" +version = "0.0.2" description = "Python implementation of the R package synthpop for generating synthetic data" authors = [ {name = "Algorithm Audit"} diff --git a/setup.py b/setup.py index 9b3ab5d..8bb32dc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="python-synthpop", - version="0.0.1", + version="0.0.2", author="Algorithm Audit", description="Python implementation of the R package synthpop for generating synthetic data", long_description=long_description,