diff --git a/CITATION.cff b/CITATION.cff index d200357b..76a9a641 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -38,5 +38,5 @@ keywords: - neural processes - active learning license: MIT -version: 0.4.1 +version: 0.4.2 date-released: '2024-10-20' diff --git a/README.md b/README.md index 8f52f473..132a10ec 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ data with neural processes

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