Skip to content

Commit 40f1c60

Browse files
authored
Update config.py
1 parent 1594af3 commit 40f1c60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
MODEL_CONFIG_PATH: Path = (CONFIG_DIR / "model_config.toml").resolve().absolute()
5959
LEGACY_ENV_PATH: Path = (PROJECT_ROOT / ".env").resolve().absolute()
6060
A_MEMORIX_LEGACY_CONFIG_PATH: Path = (CONFIG_DIR / "a_memorix.toml").resolve().absolute()
61-
MMC_VERSION: str = "1.0.0-pre.20"
61+
MMC_VERSION: str = "1.0.0-pre.21"
6262
CONFIG_VERSION: str = "8.12.9"
6363
MODEL_CONFIG_VERSION: str = "1.17.0"
6464

0 commit comments

Comments
 (0)