Skip to content

Commit 58ba4b6

Browse files
authored
version bump to 0.5.1 (#116)
1 parent ada84fe commit 58ba4b6

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.5.0"
7+
version = "0.5.1"
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.5.0"
7+
__version__ = "0.5.1"
88

0 commit comments

Comments
 (0)