tomersagi commited on
Commit
940d4d8
·
1 Parent(s): 1adebb3

Version change

Browse files
Files changed (1) hide show
  1. sefaria.py +1 -1
sefaria.py CHANGED
@@ -27,7 +27,7 @@ _HOMEPAGE = "https://github.com/Sefaria/Sefaria-Export"
27
  _LICENSE = "Each text is licensed separately, so there is no overall license for this repository."
28
 
29
  class Sefaria(datasets.GeneratorBasedBuilder):
30
- VERSION = datasets.Version("1.0.0")
31
 
32
  BUILDER_CONFIGS = [
33
  datasets.BuilderConfig(name="english", version=VERSION, description="This configuration contains only English texts"),
 
27
  _LICENSE = "Each text is licensed separately, so there is no overall license for this repository."
28
 
29
  class Sefaria(datasets.GeneratorBasedBuilder):
30
+ VERSION = datasets.Version("1.0.1")
31
 
32
  BUILDER_CONFIGS = [
33
  datasets.BuilderConfig(name="english", version=VERSION, description="This configuration contains only English texts"),