Version change
Browse files- 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.
|
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"),
|