From be95dd02b293b6b5599762d918f185b5e2067756 Mon Sep 17 00:00:00 2001 From: Tom Andersson Date: Sun, 28 Jul 2024 17:12:59 +0100 Subject: [PATCH] Bump version --- CITATION.cff | 4 ++-- README.md | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1374c6b0..4e5a9beb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -38,5 +38,5 @@ keywords: - neural processes - active learning license: MIT -version: 0.3.7 -date-released: '2024-07-14' +version: 0.3.8 +date-released: '2024-07-28' diff --git a/README.md b/README.md index 1104a29e..73661c7b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ data with neural processes

----------- -[![release](https://img.shields.io/badge/release-v0.3.7-green?logo=github)](https://github.com/alan-turing-institute/deepsensor/releases) +[![release](https://img.shields.io/badge/release-v0.3.8-green?logo=github)](https://github.com/alan-turing-institute/deepsensor/releases) [![Latest Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://alan-turing-institute.github.io/deepsensor/) ![Tests](https://github.com/alan-turing-institute/deepsensor/actions/workflows/tests.yml/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/alan-turing-institute/deepsensor/badge.svg?branch=main)](https://coveralls.io/github/alan-turing-institute/deepsensor?branch=main) diff --git a/setup.cfg b/setup.cfg index 61aa5274..eb671489 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = deepsensor -version = 0.3.7 +version = 0.3.8 author = Tom R. Andersson author_email = tomandersson3@gmail.com description = A Python package for modelling xarray and pandas data with neural processes.