Gaëtan Caillaut commited on
Commit
893d11a
1 Parent(s): 76834b8

update version

Browse files
Files changed (1) hide show
  1. pubmed.py +1 -1
pubmed.py CHANGED
@@ -58,7 +58,7 @@ _WORD_FEATURES = ["w-rat", "w-common", "w-use", "w-examin", "w-pathogenesi", "w-
58
 
59
  # TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
60
  class PubmedDataset(datasets.GeneratorBasedBuilder):
61
- VERSION = datasets.Version("1.0.0")
62
 
63
  # This is an example of a dataset with multiple configurations.
64
  # If you don't want/need to define several sub-sets in your dataset,
58
 
59
  # TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
60
  class PubmedDataset(datasets.GeneratorBasedBuilder):
61
+ VERSION = datasets.Version("1.0.1")
62
 
63
  # This is an example of a dataset with multiple configurations.
64
  # If you don't want/need to define several sub-sets in your dataset,