mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
modify pyproject.toml to roll version
This commit is contained in:
parent
88cc6d159f
commit
bd954fe7c4
2 changed files with 9 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
|||
""" Version of MemoryScope."""
|
||||
__version__ = "0.1.0.4"
|
||||
import importlib.metadata
|
||||
__version__ = importlib.metadata.version("memoryscope")
|
||||
|
||||
import fire
|
||||
|
||||
|
|
|
|||
|
|
@ -10,10 +10,14 @@ skip = "./examples,*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"
|
|||
|
||||
[tool.poetry]
|
||||
name = "memoryscope"
|
||||
version = "0.1.0.4"
|
||||
version = "0.1.1.0"
|
||||
description = "MemoryScope for LLM Agentic Application."
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
license = "MIT"
|
||||
authors = = [
|
||||
"jinli <jinli.yl@alibaba-inc.com>",
|
||||
"qiantiancheng <qiantiancheng.qtc@alibaba-inc.com>",
|
||||
"fuqingxu <fuqingxu.fqx@alibaba-inc.com>"
|
||||
]
|
||||
license = "Apache"
|
||||
readme = "README.md"
|
||||
keywords = ["Memory", "LLM"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue