jglaser commited on
Commit
1c3a7be
1 Parent(s): 94c9517

fix version number

Browse files
Files changed (1) hide show
  1. binding_affinity.py +1 -1
binding_affinity.py CHANGED
@@ -59,7 +59,7 @@ _URLs = {name: _URL+_file_names[name] for name in _file_names}
59
  class BindingAffinity(datasets.ArrowBasedBuilder):
60
  """List of protein sequences, ligand SMILES and binding affinities."""
61
 
62
- VERSION = datasets.Version("1.1.0")
63
 
64
  def _info(self):
65
  # TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
 
59
  class BindingAffinity(datasets.ArrowBasedBuilder):
60
  """List of protein sequences, ligand SMILES and binding affinities."""
61
 
62
+ VERSION = datasets.Version("1.4.1")
63
 
64
  def _info(self):
65
  # TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset