Skip to content

Commit

Permalink
Bumpt to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mzr1996 committed Dec 8, 2023
1 parent c659237 commit 0a5389d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agentlego/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.1'
__version__ = '0.1.2'
short_version = __version__


Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ dynamic = ["version", "readme", "dependencies", "optional-dependencies"]
Documentation = "https://agentlego.readthedocs.io"
Repository = "https://github.com/InternLM/agentlego"

[tool.setuptools]
packages = ["agentlego"]
[tool.setuptools.packages.find]
where = ["."]
include = ["agentlego*"]

[tool.setuptools.dynamic]
version = {attr = "agentlego.version.__version__"}
Expand Down

0 comments on commit 0a5389d

Please sign in to comment.