Skip to content

Commit 8721ad5

Browse files
committed
fix badge and update version number
1 parent 7d37d6e commit 8721ad5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cff-version: 1.2.0
22

33
title: "spm_2_bids"
44

5-
version: 0.2.0
5+
version: 0.2.0dev
66

77
abstract: Toolbox to convert SPM output files to valid BIDS derivatives.
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![code quality](https://github.com/cpp-lln-lab/spm_2_bids/actions/workflows/miss_hit_code_quality.yml/badge.svg)](https://github.com/cpp-lln-lab/spm_2_bids/actions/workflows/miss_hit_code_quality.yml)
22
[![code style](https://github.com/cpp-lln-lab/spm_2_bids/actions/workflows/miss_hit_code_style.yml/badge.svg)](https://github.com/cpp-lln-lab/spm_2_bids/actions/workflows/miss_hit_code_style.yml)
3-
[![tests](https://github.com/cpp-lln-lab/spm_2_bids/actions/workflows/run_tests.yml/badge.svg)](https://github.com/cpp-lln-lab/spm_2_bids/actions/workflows/run_tests.yml)
3+
[![tests and coverage with matlab](https://github.com/cpp-lln-lab/spm_2_bids/actions/workflows/run_tests_matlab.yml/badge.svg)](https://github.com/cpp-lln-lab/spm_2_bids/actions/workflows/run_tests_matlab.yml)
44
[![codecov](https://codecov.io/gh/cpp-lln-lab/spm_2_bids/branch/master/graph/badge.svg?token=yaL40GJK9y)](https://codecov.io/gh/cpp-lln-lab/spm_2_bids)
55

66
# spm_2_bids

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Rémi Gau"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "v0.2.0"
25+
release = "v0.2.0dev"
2626

2727

2828
# -- General configuration ---------------------------------------------------

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.0
1+
v0.2.0dev

0 commit comments

Comments
 (0)