Datasets:
updated version
Browse files- ark_example.py +1 -1
ark_example.py
CHANGED
@@ -117,7 +117,7 @@ _URL_DATASET_CONFIGS = {
|
|
117 |
class ArkExample(datasets.GeneratorBasedBuilder):
|
118 |
"""The Dataset consists of 11 FOVs"""
|
119 |
|
120 |
-
VERSION = datasets.Version("0.0.
|
121 |
|
122 |
# You will be able to load one or the other configurations in the following list with
|
123 |
BUILDER_CONFIGS = [
|
|
|
117 |
class ArkExample(datasets.GeneratorBasedBuilder):
|
118 |
"""The Dataset consists of 11 FOVs"""
|
119 |
|
120 |
+
VERSION = datasets.Version("0.0.5")
|
121 |
|
122 |
# You will be able to load one or the other configurations in the following list with
|
123 |
BUILDER_CONFIGS = [
|