From f5639110db3d553a07ce1e2de2f508bd7c16e53e Mon Sep 17 00:00:00 2001 From: Xander Date: Tue, 15 Apr 2025 14:54:35 -0400 Subject: [PATCH] version 0.1.3 just packaging updates, code is the same. Using this to test some automation --- 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 06010ca..f207e3a 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.2" +__version__ = "0.1.3" __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 6209228..876b208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ build-backend = "setuptools.build_meta" [project] name = "ammber" -version = "0.1.2" +version = "0.1.3" description = "A Python package for parametrizing Gibbs free energy curves for phase-field modeling" authors = [ { name = "W. Beck Andrews", email = "wband@umich.edu" },