Skip to content

Commit 5503194

Browse files
authored
version 0.3.5 (#84)
1 parent 9f02e35 commit 5503194

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

+2-2
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.3.3"
7+
version = "0.3.5"
88
authors = [
99
{ name="Jiarui Fang", email="[email protected]" },
1010
]
@@ -25,4 +25,4 @@ dependencies = [
2525
"Bug Tracker" = "https://github.com/feifeibear/long-context-attention/issues"
2626

2727
[tool.setuptools]
28-
packages = ["yunchang"]
28+
packages = {find = {where = ["."], exclude = ["tests*", "benchmark*", "media*", "docs*", "patches*"]}}

yunchang/__version__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
__version__ = "0.3.3"
1+
__version__ = "0.3.5"
2+

0 commit comments

Comments
 (0)