Commit
·
652eeab
1
Parent(s):
84a3379
update
Browse files- kubhist2.py +2 -2
kubhist2.py
CHANGED
@@ -83,7 +83,7 @@ class kubhist2(datasets.GeneratorBasedBuilder):
|
|
83 |
BUILDER_CONFIGS.append(
|
84 |
kubhist2Config(
|
85 |
name=key,
|
86 |
-
version=datasets.Version("1.0.
|
87 |
description=f"Kubhist2: {key}",
|
88 |
period=key,
|
89 |
)
|
@@ -91,7 +91,7 @@ class kubhist2(datasets.GeneratorBasedBuilder):
|
|
91 |
BUILDER_CONFIGS.append(
|
92 |
kubhist2Config(
|
93 |
name="all",
|
94 |
-
version=datasets.Version("1.0.
|
95 |
description=f"Kubhist2: all",
|
96 |
period="all",
|
97 |
)
|
|
|
83 |
BUILDER_CONFIGS.append(
|
84 |
kubhist2Config(
|
85 |
name=key,
|
86 |
+
version=datasets.Version("1.0.1", ""),
|
87 |
description=f"Kubhist2: {key}",
|
88 |
period=key,
|
89 |
)
|
|
|
91 |
BUILDER_CONFIGS.append(
|
92 |
kubhist2Config(
|
93 |
name="all",
|
94 |
+
version=datasets.Version("1.0.1", ""),
|
95 |
description=f"Kubhist2: all",
|
96 |
period="all",
|
97 |
)
|