Skip to content

Commit 992cd0e

Browse files
bump version 1.0.0 -> 1.0.1
1 parent 775f757 commit 992cd0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

QuestEA.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def cached_dataloader(datasetname, mode, mode_type, norm_f):
7777
return dl.df_answ, dl.df_text
7878

7979
class QuestEA:
80-
VERSION: str = "1.0.0"
80+
VERSION: str = "1.0.1"
8181
def __init__(
8282
self,
8383
mode=None,

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[bumpver]
3-
current_version = "1.0.0"
3+
current_version = "1.0.1"
44
version_pattern = "MAJOR.MINOR.PATCH"
55
commit_message = "bump version {old_version} -> {new_version}"
66
tag_message = "{new_version}"

0 commit comments

Comments
 (0)