Skip to content

Commit f6b416b

Browse files
Merge pull request #40 from vre-hub/dev
Add DOI badge
2 parents 8bfd88d + 5641fee commit f6b416b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Python Versions](https://img.shields.io/pypi/pyversions/reana-jupyterlab.svg)](https://pypi.org/project/reana-jupyterlab)
66
[![PyPI Version](https://img.shields.io/pypi/v/reana-jupyterlab.svg)](https://pypi.org/project/reana-jupyterlab)
77
[![Docs](https://img.shields.io/badge/Docs-VRE%20Hub-blue)](https://vre-hub.github.io/docs/extensions/reana-jupyterlab/)
8+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13366643.svg)](https://doi.org/10.5281/zenodo.13366643)
89

910
Reana JupyterLab plugin provides a set of tools to interact with the [Reana](https://reanahub.io/) workflow management system from within JupyterLab.
1011

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reana_jupyterlab",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "Reana JupyterLab plugin",
55
"keywords": [
66
"jupyter",

reana_jupyterlab/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = VERSION = '0.1.1'
1+
__version__ = VERSION = '1.0.0'

0 commit comments

Comments
 (0)