Skip to content

Commit

Permalink
upgrade version to 0.3.6 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
feifeibear authored Oct 16, 2024
1 parent b81c73d commit 5f88a0d
Showing 1 changed file with 2 additions and 2 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.5"
version = "0.3.6"
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 = {find = {where = ["."], exclude = ["tests*", "benchmark*", "media*", "docs*", "patches*"]}}
packages = {find = {where = ["."], exclude = ["tests*", "benchmark*", "media*", "docs*", "patches*"]}}

0 comments on commit 5f88a0d

Please sign in to comment.