From 6d5862ececcf211663afc99708aa55eff8641aa3 Mon Sep 17 00:00:00 2001 From: justinbois Date: Thu, 11 Mar 2021 19:03:39 -0800 Subject: [PATCH] v. 0.1.6; hot fix of bug in GP covariance kernel calculator. --- bebi103/__init__.py | 2 +- codemeta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bebi103/__init__.py b/bebi103/__init__.py index 082e1c3..7a44b3e 100644 --- a/bebi103/__init__.py +++ b/bebi103/__init__.py @@ -47,4 +47,4 @@ __author__ = """Justin Bois""" __email__ = "bois@caltech.edu" -__version__ = "0.1.5" +__version__ = "0.1.6" diff --git a/codemeta.json b/codemeta.json index 16488fa..b5cfdc1 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "codeRepository": "https://github.com/justinbois/bebi103", "issueTracker": "https://github.com/justinbois/bebi103/issues", "license": "https://spdx.org/licenses/BSD-3-Clause", - "version": "0.1.5", + "version": "0.1.6", "author": [ { "@type": "Person",