diff --git a/README.md b/README.md index 1f6722b..3142a18 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ [![build](https://github.com/IMMM-SFA/statemodify/actions/workflows/build.yml/badge.svg)](https://github.com/IMMM-SFA/statemodify/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/IMMM-SFA/statemodify/branch/main/graph/badge.svg?token=csQBZMRSdp)](https://codecov.io/gh/IMMM-SFA/statemodify) [![Static Badge](https://img.shields.io/badge/Powered%20by-MSDLIVE-blue?label=Powered%20by&color=blue)](https://statemodify.msdlive.org) +[![DOI](https://zenodo.org/badge/484620418.svg)](https://zenodo.org/doi/10.5281/zenodo.10258007) + # statemodify diff --git a/statemodify/__init__.py b/statemodify/__init__.py index ee81514..e0cef7d 100644 --- a/statemodify/__init__.py +++ b/statemodify/__init__.py @@ -12,4 +12,4 @@ from .hmm import * -__version__ = "0.1.2" +__version__ = "0.1.3"