From 65e44d8f8661a1b24791524ec9bf6792e5f5ba43 Mon Sep 17 00:00:00 2001 From: Xander Date: Mon, 30 Jun 2025 16:33:38 -0400 Subject: [PATCH] incremented patch --- ammber/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ammber/__init__.py b/ammber/__init__.py index f207e3a..5e1c67d 100644 --- a/ammber/__init__.py +++ b/ammber/__init__.py @@ -4,6 +4,6 @@ A Python package for parametrizing gibbs free energy curves for phase-field modeling. """ -__version__ = "0.1.3" +__version__ = "0.1.4" __author__ = 'W. Beck Andrews, Xander Mensah, Katsuyo Thornton' __credits__ = 'University of Michigan' \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b403af8..61c8d40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ build-backend = "setuptools.build_meta" [project] name = "ammber" -version = "0.1.3" +version = "0.1.4" description = "A Python package for parametrizing Gibbs free energy curves for phase-field modeling" authors = [ { name = "W. Beck Andrews", email = "wband@umich.edu" },