Update Quintuple.py
Browse files- Quintuple.py +1 -1
Quintuple.py
CHANGED
|
@@ -43,7 +43,7 @@ class Quintuple(datasets.GeneratorBasedBuilder):
|
|
| 43 |
BUILDER_CONFIGS = [
|
| 44 |
QuintupleConfig(
|
| 45 |
name="plain_text",
|
| 46 |
-
version=datasets.Version("
|
| 47 |
description="Plain text",
|
| 48 |
),
|
| 49 |
]
|
|
|
|
| 43 |
BUILDER_CONFIGS = [
|
| 44 |
QuintupleConfig(
|
| 45 |
name="plain_text",
|
| 46 |
+
version=datasets.Version("1.2023.06", ""),
|
| 47 |
description="Plain text",
|
| 48 |
),
|
| 49 |
]
|