Skip to content

Commit

Permalink
bump version 1.0.0 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thiswillbeyourgithub committed Jan 11, 2025
1 parent 775f757 commit 992cd0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QuestEA.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down

0 comments on commit 992cd0e

Please sign in to comment.