We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1594af3 commit 40f1c60Copy full SHA for 40f1c60
1 file changed
src/config/config.py
@@ -58,7 +58,7 @@
58
MODEL_CONFIG_PATH: Path = (CONFIG_DIR / "model_config.toml").resolve().absolute()
59
LEGACY_ENV_PATH: Path = (PROJECT_ROOT / ".env").resolve().absolute()
60
A_MEMORIX_LEGACY_CONFIG_PATH: Path = (CONFIG_DIR / "a_memorix.toml").resolve().absolute()
61
-MMC_VERSION: str = "1.0.0-pre.20"
+MMC_VERSION: str = "1.0.0-pre.21"
62
CONFIG_VERSION: str = "8.12.9"
63
MODEL_CONFIG_VERSION: str = "1.17.0"
64
0 commit comments