From 386adeb13117b9c0fc36e4c639bab4847271d8e9 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Sat, 30 Mar 2024 01:50:34 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9788941..c21fc0b 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ package_data={"AniMAIRE":[ "anisotropic_MAIRE_engine/data/*.csv" ]}, - version='1.1.1', + version='1.1.2', description='Python library for running the anisotropic version of MAIRE+', long_description=long_description, long_description_content_type='text/markdown',