diff --git a/QuestEA.py b/QuestEA.py index 986b055..264cd97 100644 --- a/QuestEA.py +++ b/QuestEA.py @@ -77,7 +77,7 @@ def cached_dataloader(datasetname, mode, mode_type, norm_f): return dl.df_answ, dl.df_text class QuestEA: - VERSION: str = "1.0.0" + VERSION: str = "1.0.1" def __init__( self, mode=None, diff --git a/bumpver.toml b/bumpver.toml index 9543734..1edd4ec 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,6 +1,6 @@ [bumpver] -current_version = "1.0.0" +current_version = "1.0.1" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}"