From 5503326d432dcde06347c570e76d73d7918e746a Mon Sep 17 00:00:00 2001 From: Leon Foks Date: Wed, 9 Oct 2024 18:50:41 -0700 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b9dffd6..9d733d45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "geobipy" -version = "2.2.1" +version = "2.3.1" description = "McMC inversion of airborne electromagnetic data" readme = { file = "README.rst", content-type = "text/x-rst" } requires-python = ">=3.10"