Skip to content

Commit

Permalink
version 0.3.5 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeibear authored Sep 19, 2024
1 parent 9f02e35 commit 5503194
Show file tree
Hide file tree
Showing 2 changed files with 4 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,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "yunchang"
version = "0.3.3"
version = "0.3.5"
authors = [
{ name="Jiarui Fang", email="[email protected]" },
]
Expand All @@ -25,4 +25,4 @@ dependencies = [
"Bug Tracker" = "https://github.com/feifeibear/long-context-attention/issues"

[tool.setuptools]
packages = ["yunchang"]
packages = {find = {where = ["."], exclude = ["tests*", "benchmark*", "media*", "docs*", "patches*"]}}
3 changes: 2 additions & 1 deletion yunchang/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
__version__ = "0.3.3"
__version__ = "0.3.5"

0 comments on commit 5503194

Please sign in to comment.