xinjianl commited on
Commit
ddb3cf6
1 Parent(s): 70db5c5

update version number

Browse files
Files changed (1) hide show
  1. yodas.py +2 -2
yodas.py CHANGED
@@ -26,7 +26,7 @@ class YodasConfig(datasets.BuilderConfig):
26
 
27
  DEFAULT_CONFIG_NAME = "all"
28
  LANGS = list(lang2shard_cnt.keys())
29
- VERSION = "1.0.0"
30
 
31
  class Yodas(datasets.GeneratorBasedBuilder):
32
  """Yodas dataset."""
@@ -35,7 +35,7 @@ class Yodas(datasets.GeneratorBasedBuilder):
35
  YodasConfig(lang, version=VERSION) for lang in LANGS
36
  ]
37
 
38
- VERSION = datasets.Version("1.0.0")
39
 
40
  def _info(self):
41
  return datasets.DatasetInfo(
 
26
 
27
  DEFAULT_CONFIG_NAME = "all"
28
  LANGS = list(lang2shard_cnt.keys())
29
+ VERSION = "1.0.1"
30
 
31
  class Yodas(datasets.GeneratorBasedBuilder):
32
  """Yodas dataset."""
 
35
  YodasConfig(lang, version=VERSION) for lang in LANGS
36
  ]
37
 
38
+ VERSION = datasets.Version("1.0.1")
39
 
40
  def _info(self):
41
  return datasets.DatasetInfo(