Skip to content

Commit

Permalink
bump to 0.5.0 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeibear authored Dec 11, 2024
1 parent 6b532f3 commit d3bb9d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"

[project]
name = "yunchang"
version = "0.4.3"
version = "0.5.0"
authors = [
{ name="Jiarui Fang", email="[email protected]" },
]
description = "A package for long context attention"
description = "a package for long context attention"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion yunchang/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
from .globals import set_seq_parallel_pg
from .comm.extract_local import stripe_extract_local, basic_extract_local, zigzag_extract_local, EXTRACT_FUNC_DICT

__version__ = "0.4.3"
__version__ = "0.5.0"

0 comments on commit d3bb9d7

Please sign in to comment.