From 9ffbc9aa4035323ca29953e2bf82a11978efe85c Mon Sep 17 00:00:00 2001 From: Tom Andersson Date: Thu, 19 Oct 2023 15:24:13 +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 12cd7ef0..d4300f23 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -38,5 +38,5 @@ keywords: - neural processes - active learning license: MIT -version: 0.3.0 -date-released: '2023-10-17' +version: 0.3.1 +date-released: '2023-10-18' diff --git a/README.md b/README.md index ebbd56c7..e360afd8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ data with neural processes

----------- -[![release](https://img.shields.io/badge/release-v0.3.0-green?logo=github)](https://github.com/tom-andersson/deepsensor/releases) +[![release](https://img.shields.io/badge/release-v0.3.1-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 a6573a97..813f4824 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = deepsensor -version = 0.3.0 +version = 0.3.1 author = Tom R. Andersson author_email = tomand@bas.ac.uk description = A Python package for modelling xarray and pandas data with neural processes.