Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
universvm committed Apr 22, 2024
1 parent d4710f2 commit 8166414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aposteriori/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from ampal.data import ELEMENT_DATA

# Config paths
MAKE_FRAME_DATASET_VER = "2.3.0"
MAKE_FRAME_DATASET_VER = "2.4.0"
PROJECT_ROOT_DIR = pathlib.Path(__file__).parent
DATA_FOLDER = PROJECT_ROOT_DIR / "data"
DATA_FOLDER.mkdir(parents=True, exist_ok=True)
Expand Down

0 comments on commit 8166414

Please sign in to comment.