mspitzna commited on
Commit
a5b9681
·
1 Parent(s): 38b9e9c

Bump dataset version to 1.1.0 in physicsgen.py

Browse files
Files changed (1) hide show
  1. physicsgen.py +1 -1
physicsgen.py CHANGED
@@ -49,7 +49,7 @@ BUILDER_CONFIGS = [
49
 
50
  class MyPhysicalDataset(datasets.GeneratorBasedBuilder):
51
  BUILDER_CONFIGS = BUILDER_CONFIGS
52
- VERSION = datasets.Version("1.0.2")
53
 
54
  def _info(self):
55
  if self.config.name in ["sound_baseline", "sound_reflection", "sound_diffraction", "sound_combined"]:
 
49
 
50
  class MyPhysicalDataset(datasets.GeneratorBasedBuilder):
51
  BUILDER_CONFIGS = BUILDER_CONFIGS
52
+ VERSION = datasets.Version("1.1.0")
53
 
54
  def _info(self):
55
  if self.config.name in ["sound_baseline", "sound_reflection", "sound_diffraction", "sound_combined"]: