From c1b94fde9a3455901645fe23e724bce5f6f93d87 Mon Sep 17 00:00:00 2001 From: emmetfrancis <99422170+emmetfrancis@users.noreply.github.com> Date: Fri, 9 Jun 2023 08:09:05 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d821838b..d0a14cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ requires = ["setuptools>=61.0.0", "wheel"] [project] name = "fenics-smart" -version = "2.1.0" -description = "SMART is a biophysical simulation library that provides a level of abstraction to models, making it easier for users to develop, share, and simulate their mathematical models" +version = "2.1.1" +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"} readme = "README.md"