From c262c79d9e932861ec0b068134c6d19938c37666 Mon Sep 17 00:00:00 2001 From: DemianvG Date: Mon, 27 May 2024 10:20:10 +0200 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ede2c4..e6b7baf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "weightfactors" -version = "0.0.3" +version = "0.0.4" description = "Calculate weight factors for survey data to approximate a representative sample" authors = ["DemianvG "] readme = "README.md"