We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a374b14 commit 812c5a4Copy full SHA for 812c5a4
pyproject.toml
@@ -7,7 +7,7 @@ name = "marsilea"
7
description = "Declarative creation of composable visualizations"
8
authors = [
9
{name = "Yimin Zheng", email = "yzheng@cemm.at"},
10
- {name = "Zhihang Zheng"}
+ {name = "Zhihang Zheng", email = "zhihang.zheng@connect.polyu.hk"},
11
]
12
license = {file = "LICENSE"}
13
readme = "README.md"
src/marsilea/__init__.py
@@ -1,6 +1,6 @@
1
"""Declarative creation of composable visualization"""
2
3
-__version__ = "0.5.0rc1"
+__version__ = "0.5.0"
4
5
import marsilea.plotter as plotter
6
from ._deform import Deformation
0 commit comments