izhx commited on
Commit
a90d696
·
1 Parent(s): ca7fa5e

Update google-code-jam.py

Browse files
Files changed (1) hide show
  1. google-code-jam.py +1 -1
google-code-jam.py CHANGED
@@ -31,7 +31,7 @@ SPLITS = {
31
  }
32
  _URL = "https://huggingface.co/datasets/izhx/google-code-jam/resolve/main/googlejam4_src.zip"
33
 
34
- VERSION = datasets.Version("1.0")
35
 
36
  class GoogleCodeJam(datasets.GeneratorBasedBuilder):
37
  BUILDER_CONFIGS = [
 
31
  }
32
  _URL = "https://huggingface.co/datasets/izhx/google-code-jam/resolve/main/googlejam4_src.zip"
33
 
34
+ VERSION = datasets.Version("1.0.0")
35
 
36
  class GoogleCodeJam(datasets.GeneratorBasedBuilder):
37
  BUILDER_CONFIGS = [