From 04e83d6dd53d041101eac5214914985aa1339181 Mon Sep 17 00:00:00 2001 From: Daniel Sali <daniel.sali@alphacruncher.com> Date: Thu, 9 Jan 2025 13:17:45 +0100 Subject: [PATCH] Version bump to indicate fixes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 559e8f7..8f3c795 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dynare" -version = "0.1.0" +version = "0.1.1" description = "A Python wrapper for the Dynare.jl Julia package" authors = [ { name = "Daniel Sali", email = "daniel.sali@alphacruncher.com" } -- GitLab