From fbfa5b06d5d0c8c350b20fa1ed1361f627f3fc5f Mon Sep 17 00:00:00 2001 From: Sam Dotson Date: Sat, 15 Nov 2025 11:38:45 -0500 Subject: [PATCH] updates pyproject to find submodules and increments version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eadd0be..9c469ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name="osier" -version = "0.4.1" +version = "0.4.2" description = "osier: A justice oriented energy system optimization tool" readme = "README.md" keywords = ["energy systems", "optimization", "multi-objective", "justice", "multi-criteria decision"]