From a18f15a5471e6223d27a2fc3da6fe92f5b06d46b Mon Sep 17 00:00:00 2001 From: Tom Andersson Date: Sun, 20 Oct 2024 22:18:52 +0100 Subject: [PATCH] Bump version --- CITATION.cff | 2 +- README.md | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4dfafe1b..d200357b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -38,5 +38,5 @@ keywords: - neural processes - active learning license: MIT -version: 0.4.0 +version: 0.4.1 date-released: '2024-10-20' diff --git a/README.md b/README.md index 0e8f2b3b..8f52f473 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ data with neural processes

----------- -[![release](https://img.shields.io/badge/release-v0.4.0-green?logo=github)](https://github.com/alan-turing-institute/deepsensor/releases) +[![release](https://img.shields.io/badge/release-v0.4.1-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 ccb2ad1e..580fe913 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = deepsensor -version = 0.4.0 +version = 0.4.1 author = Tom R. Andersson author_email = tomandersson3@gmail.com description = A Python package for modelling xarray and pandas data with neural processes.