From 73a3b7aa84263f18e243058f213a037ee8672a9f Mon Sep 17 00:00:00 2001 From: mariuzka <64357369+mariuzka@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:02:17 +0000 Subject: [PATCH] bump version to 0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 343629b..1edbe6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ exclude = ["docs"] [tool.poetry] name = "pop2net" -version = "0.2.0" +version = "0.2.1" packages = [{include = "pop2net", from="src/"}] description = "Pop2net is a Python package designed to generate and manage relations between agents in agent-based models in a simple and flexible way." authors = [