Skip to content

Commit 812c5a4

Browse files
committed
v0.5.0
1 parent a374b14 commit 812c5a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "marsilea"
77
description = "Declarative creation of composable visualizations"
88
authors = [
99
{name = "Yimin Zheng", email = "yzheng@cemm.at"},
10-
{name = "Zhihang Zheng"}
10+
{name = "Zhihang Zheng", email = "zhihang.zheng@connect.polyu.hk"},
1111
]
1212
license = {file = "LICENSE"}
1313
readme = "README.md"

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.0rc1"
3+
__version__ = "0.5.0"
44

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

0 commit comments

Comments
 (0)