Commit
·
447baa3
1
Parent(s):
f43e257
what
Browse files
aoc.py
CHANGED
@@ -28,7 +28,7 @@ _URLS = {
|
|
28 |
class Bugnet(datasets.GeneratorBasedBuilder):
|
29 |
"""TODO: Short description of my dataset."""
|
30 |
|
31 |
-
VERSION = datasets.Version("
|
32 |
|
33 |
def _info(self):
|
34 |
features = datasets.Features(
|
|
|
28 |
class Bugnet(datasets.GeneratorBasedBuilder):
|
29 |
"""TODO: Short description of my dataset."""
|
30 |
|
31 |
+
VERSION = datasets.Version("3.0.0")
|
32 |
|
33 |
def _info(self):
|
34 |
features = datasets.Features(
|