mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-12 23:01:15 +00:00
modify version
This commit is contained in:
parent
f1398ad262
commit
a3dc4a423e
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
""" Version of MemoryScope."""
|
||||
__version__ = "0.1.0.2"
|
||||
__version__ = "0.1.0.3"
|
||||
|
||||
import fire
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ class ConfigManager(object):
|
|||
|
||||
else:
|
||||
raise RuntimeError("can not init config manager without kwargs!")
|
||||
self.logger.info(self.dump_config())
|
||||
self.logger.info("\n" + self.dump_config())
|
||||
|
||||
def _init_logger(self) -> Logger:
|
||||
global_config = self.config["global"]
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ skip = "./examples,*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb"
|
|||
|
||||
[tool.poetry]
|
||||
name = "memoryscope"
|
||||
version = "0.1.0.2"
|
||||
version = "0.1.0.3"
|
||||
description = "MemoryScope for LLM Agentic Application."
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue