Skip to content

Commit b0651e7

Browse files
committed
v0.5.0 test release
1 parent ace84e1 commit b0651e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
![pypi version](https://img.shields.io/pypi/v/marsilea?color=0098FF&logo=python&logoColor=white&style=flat-square)
1111
![Conda Version](https://img.shields.io/conda/vn/conda-forge/marsilea?style=flat-square&logo=anaconda&logoColor=white&color=%2344A833)
1212
![PyPI - License](https://img.shields.io/pypi/l/marsilea?color=FFD43B&style=flat-square)
13-
[![DOI](https://img.shields.io/badge/DOI-10.1186%2Fs13059--024--03469--3-blue?style=flat-square)](https://doi.org/10.1186/s13059-024-03469-3)
13+
[![DOI](https://img.shields.io/badge/DOI-10.1186%2Fs13059--024--03469--3-blue?color=0098FF&style=flat-square)](https://doi.org/10.1186/s13059-024-03469-3)
1414

1515
# Marsilea: Declarative creation of composable visualization!
1616

src/marsilea/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Declarative creation of composable visualization"""
22

3-
__version__ = "0.5.0"
3+
__version__ = "0.5.0rc1"
44

55
import marsilea.plotter as plotter
66
from ._deform import Deformation

0 commit comments

Comments
 (0)