From ade5b1a562ef570ae78346adc18fb157dc901973 Mon Sep 17 00:00:00 2001 From: joshwa Date: Mon, 19 Feb 2024 13:10:28 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef134dd..79114fe 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setuptools.setup(name='lppls', - version='0.6.15', + version='0.6.16', description='A Python module for fitting the LPPLS model to data.', packages=['lppls'], author='Josh Nielsen',