Skip to content

Commit 83d7b4e

Browse files
authored
bump to version 0.6.3 (#144)
1 parent 38027de commit 83d7b4e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
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.2"
7+
version = "0.6.3"
88
authors = [
99
{ name="Jiarui Fang", email="[email protected]" },
1010
]

yunchang/__init__.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
from .ring import *
33
from .ulysses import *
44
from .globals import set_seq_parallel_pg
5-
from .comm.extract_local import stripe_extract_local, basic_extract_local, zigzag_extract_local, EXTRACT_FUNC_DICT
6-
7-
__version__ = "0.6.2"
5+
from .comm.extract_local import (
6+
stripe_extract_local,
7+
basic_extract_local,
8+
zigzag_extract_local,
9+
EXTRACT_FUNC_DICT,
10+
)
811

12+
__version__ = "0.6.3"

0 commit comments

Comments
 (0)