diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2067d3bd..351bed36 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 [comment] comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 544d704c..75eabe26 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,4 +1,10 @@ version: 2 + +build: + os: ubuntu-20.04 + tools: + python: "3.9" + python: install: - method: pip diff --git a/CITATION.cff b/CITATION.cff index 11cd1993..06b6612c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,12 +4,23 @@ cff-version: "1.1.0" title: "PyStemmusScope" authors: - + affiliation: "Netherlands eScience Center" family-names: Alidoost given-names: Sarah orcid: "https://orcid.org/0000-0000-0000-0000" -date-released: 20??-MM-DD + - + affiliation: "Netherlands eScience Center" + family-names: Schilperoort + given-names: Bart + orcid: "https://orcid.org/0000-0003-4487-9822" + - + affiliation: "Netherlands eScience Center" + family-names: Liu + given-names: Yang + orcid: "https://orcid.org/0000-0002-1966-8460" +date-released: 2022-11-24 doi: -version: "0.1.0" +version: "0.1.1" repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing" keywords: - STEMMUS SCOPE Processing diff --git a/PyStemmusScope/__init__.py b/PyStemmusScope/__init__.py index ad06249b..58970fae 100644 --- a/PyStemmusScope/__init__.py +++ b/PyStemmusScope/__init__.py @@ -7,4 +7,4 @@ __author__ = "Sarah Alidoost" __email__ = "f.alidoost@esciencecenter.nl" -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/README.md b/README.md index ee33e733..f0998ebd 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,12 @@ [![github repo badge](https://img.shields.io/badge/github-repo-000.svg?logo=github&labelColor=gray&color=blue)](https://github.com/EcoExtreML/stemmus_scope_processing) +[![PyPI version](https://badge.fury.io/py/PyStemmusScope.svg)](https://badge.fury.io/py/PyStemmusScope) [![build](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/build.yml/badge.svg)](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/build.yml) +[![Documentation Status](https://readthedocs.org/projects/pystemmusscope/badge/?version=latest)](https://pystemmusscope.readthedocs.io/en/latest/?badge=latest) [![fair-software badge](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow)](https://fair-software.eu) [![sonarcloud](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/sonarcloud.yml/badge.svg)](https://github.com/EcoExtreML/stemmus_scope_processing/actions/workflows/sonarcloud.yml) [![github license badge](https://img.shields.io/github/license/EcoExtreML/stemmus_scope_processing)](https://github.com/EcoExtreML/stemmus_scope_processing) -[![Documentation Status](https://readthedocs.org/projects/pystemmusscope/badge/?version=latest)](https://pystemmusscope.readthedocs.io/en/latest/?badge=latest)