Skip to content

Commit 162672c

Browse files
authored
bump version to 0.6.1 (#130)
1 parent 83f3d38 commit 162672c

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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "yunchang"
7-
version = "0.6.0"
7+
version = "0.6.1"
88
authors = [
99
{ name="Jiarui Fang", email="fangjiarui123@gmail.com" },
1010
]

yunchang/__init__.py

Lines changed: 1 addition & 1 deletion
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.6.0"
7+
__version__ = "0.6.1"
88

0 commit comments

Comments
 (0)