From 7a87dfbfa386686b9647fae690d314ff3c8901ca Mon Sep 17 00:00:00 2001 From: emmetfrancis <99422170+emmetfrancis@users.noreply.github.com> Date: Fri, 7 Jul 2023 13:17:52 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0769fb8c..1ba00b1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0", "wheel"] [project] name = "fenics-smart" -version = "2.1.2" +version = "2.1.3" description = "Spatial Modeling Algorithms for Reactions and Transport (SMART) is a high-performance finite-element-based simulation package for model specification and numerical simulation of spatially-varying reaction-transport processes in biological cells." authors = [{name = "Justin Laughlin", email = "justinglaughlin@gmail.com"}] license = {file = "LICENSE"}