From c9f95c8c9faa3e7577bce2d148cee8bf6614a9aa Mon Sep 17 00:00:00 2001 From: Michael Barlow Date: Wed, 11 Dec 2024 16:52:02 -0700 Subject: [PATCH] chore: Bump version 4.0.0a0 to 4.1.0 Created a commit with a new version 4.1.0. Previous version was 4.0.0a0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7abe56..0e466bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "opgee" -version = "4.0a0" +version = "4.1.0" description = "Python 3 package implementing life cycle analysis of oil fields" authors = [ {name = "Michael Barlow", email = "mbarlow@rmi.org"},