From 1d316d99151d761927f3361d14b5cf9e5f5837a8 Mon Sep 17 00:00:00 2001 From: Demian <103752317+ME-researchgroup@users.noreply.github.com> Date: Mon, 6 May 2024 09:45:44 +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 43b9956..6ede2c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "weightfactors" -version = "0.0.2" +version = "0.0.3" description = "Calculate weight factors for survey data to approximate a representative sample" authors = ["DemianvG "] readme = "README.md"