From c387c6727228e659067f342c57e32ad85636d3bb Mon Sep 17 00:00:00 2001 From: Till Hoffmann Date: Wed, 11 Dec 2024 17:11:34 -0500 Subject: [PATCH] Bump gptools-stan to 0.2.1. --- stan/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stan/setup.py b/stan/setup.py index 3e0ba62..07ad1e2 100644 --- a/stan/setup.py +++ b/stan/setup.py @@ -14,7 +14,7 @@ long_description_content_type="text/x-rst", packages=find_namespace_packages(), include_package_data=True, - version="0.2.0", + version="0.2.1", python_requires=">=3.8", install_requires=[ # Required because of a bug in how complex numbers are handled (see