diff --git a/pyproject.toml b/pyproject.toml index 3ec520e..b276d06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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="fangjiarui123@gmail.com" }, ] -description = "A package for long context attention" +description = "a package for long context attention" readme = "README.md" requires-python = ">=3.7" classifiers = [ diff --git a/yunchang/__init__.py b/yunchang/__init__.py index 6076a1f..696dee7 100644 --- a/yunchang/__init__.py +++ b/yunchang/__init__.py @@ -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"