From ca079cc8e6e12be3719caf7dd8ec91ecd701a8ae Mon Sep 17 00:00:00 2001 From: Tom Andersson Date: Thu, 21 Sep 2023 12:10:16 +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 3ff08254..6993b6f9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -38,5 +38,5 @@ keywords: - neural processes - active learning license: MIT -version: 0.2.3 -date-released: '2023-09-13' +version: 0.2.4 +date-released: '2023-09-20' diff --git a/README.md b/README.md index ee4cb9c8..8e84e060 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ data with neural processes

----------- -[![release](https://img.shields.io/badge/release-v0.2.3-green?logo=github)](https://github.com/tom-andersson/deepsensor/releases) +[![release](https://img.shields.io/badge/release-v0.2.4-green?logo=github)](https://github.com/tom-andersson/deepsensor/releases) ![Tests](https://github.com/tom-andersson/deepsensor/actions/workflows/tests.yml/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/tom-andersson/deepsensor/badge.svg?branch=main)](https://coveralls.io/github/tom-andersson/deepsensor?branch=main) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) diff --git a/setup.cfg b/setup.cfg index 124ae89a..1e7dcb1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = deepsensor -version = 0.2.3 +version = 0.2.4 author = Tom R. Andersson author_email = tomand@bas.ac.uk description = A Python package for modelling xarray and pandas data with neural processes.