diff --git a/README.md b/README.md index 071e76cf..5b514d0e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ data with neural processes

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