Skip to content

Commit d3bb9d7

Browse files
authored
bump to 0.5.0 (#110)
1 parent 6b532f3 commit d3bb9d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

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

55
[project]
66
name = "yunchang"
7-
version = "0.4.3"
7+
version = "0.5.0"
88
authors = [
99
{ name="Jiarui Fang", email="[email protected]" },
1010
]
11-
description = "A package for long context attention"
11+
description = "a package for long context attention"
1212
readme = "README.md"
1313
requires-python = ">=3.7"
1414
classifiers = [

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.3"
7+
__version__ = "0.5.0"
88

0 commit comments

Comments
 (0)