diff --git a/README.md b/README.md index b6a5d22..f430e87 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ -[![Build Status](https://travis-ci.org/CINPLA/expipe.svg?branch=dev)](https://travis-ci.org/CINPLA/expipe) -[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip) +[![Build Status](https://github.com/CINPLA/expipe/actions/workflows/full_tests.yml/badge.svg)](https://github.com/CINPLA/expipe/actions/workflows/full_tests.yml/badge.svg)[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip) [![PyPI version](https://badge.fury.io/py/expipe.svg)](https://badge.fury.io/py/expipe) -[![Anaconda-Server Badge](https://anaconda.org/cinpla/expipe/badges/installer/conda.svg)](https://conda.anaconda.org/cinpla/expipe) -[![codecov](https://codecov.io/gh/CINPLA/expipe/branch/dev/graph/badge.svg)](https://codecov.io/gh/CINPLA/expipe) # Expipe diff --git a/expipe/version.py b/expipe/version.py index 7b96c4d..5da0c29 100644 --- a/expipe/version.py +++ b/expipe/version.py @@ -1 +1 @@ -version = '0.5.1' +version = '0.6.0'