Skip to content

Commit 9bf983c

Browse files
committed
update
1 parent 4ae3e77 commit 9bf983c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ build-backend = "setuptools.build_meta" # If not defined, then legacy behavior
1212

1313
[project]
1414
name = "sweagent"
15-
dynamic = ["version"]
15+
version = "1.1.0"
1616
description = "The official SWE-agent package - an open source Agent Computer Interface for running language models as software engineers."
1717
readme = "README.md"
18-
requires-python = ">=3.11"
18+
requires-python = ">=3.11,<4.0.0"
1919
license = {file = "LICENSE"}
2020
keywords = ["nlp", "agents", "code"]
2121
authors = [
@@ -83,8 +83,7 @@ dev = [
8383
[tool.setuptools]
8484
include-package-data = true
8585

86-
[tool.setuptools.dynamic]
87-
version = {attr = "sweagent.__version__"}
86+
8887

8988
[tool.setuptools.packages.find]
9089
where = ["."]

0 commit comments

Comments
 (0)