Skip to content

Commit c004be7

Browse files
authored
version to 0.4.2 (#106)
1 parent 2bdbcc3 commit c004be7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "yunchang"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
authors = [
99
{ name="Jiarui Fang", email="[email protected]" },
1010
]

yunchang/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
from .globals import set_seq_parallel_pg
55
from .comm.extract_local import stripe_extract_local, basic_extract_local, zigzag_extract_local, EXTRACT_FUNC_DICT
66

7-
__version__ = "0.4.0"
7+
__version__ = "0.4.2"
88

0 commit comments

Comments
 (0)