From 29219ace53165737840c8abb4ea5f3fb607aa466 Mon Sep 17 00:00:00 2001 From: Till Hoffmann Date: Wed, 11 Dec 2024 16:38:47 -0500 Subject: [PATCH] Bump gptools-stan to 0.2.0. --- stan/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stan/setup.py b/stan/setup.py index 205e2fe..3e0ba62 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.1.5", + version="0.2.0", python_requires=">=3.8", install_requires=[ # Required because of a bug in how complex numbers are handled (see