From fbe086dd34ebdcb8a441a187e1c67eb1848ae7ea Mon Sep 17 00:00:00 2001 From: Daniel Sali <daniel.sali@alphacruncher.com> Date: Wed, 4 Jun 2025 12:57:55 +0200 Subject: [PATCH] Version bump to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49a6e4f..ac8ec28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dynare-python" -version = "0.1.0" +version = "0.2.0" description = "A Python wrapper for the Dynare.jl Julia package" authors = [ { name = "Daniel Sali", email = "daniel.sali@alphacruncher.com" } -- GitLab