diff --git a/CITATION.cff b/CITATION.cff index 0c853a7f..29b7fb47 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -38,5 +38,5 @@ keywords: - neural processes - active learning license: MIT -version: 0.3.2 -date-released: '2023-10-18' +version: 0.3.3 +date-released: '2023-11-07' diff --git a/README.md b/README.md index 24b9993b..f3874a34 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ data with neural processes

----------- -[![release](https://img.shields.io/badge/release-v0.3.2-green?logo=github)](https://github.com/tom-andersson/deepsensor/releases) +[![release](https://img.shields.io/badge/release-v0.3.3-green?logo=github)](https://github.com/tom-andersson/deepsensor/releases) [![Latest Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://tom-andersson.github.io/deepsensor/) ![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) diff --git a/setup.cfg b/setup.cfg index 9bf81623..223983fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = deepsensor -version = 0.3.2 +version = 0.3.3 author = Tom R. Andersson author_email = tomand@bas.ac.uk description = A Python package for modelling xarray and pandas data with neural processes.