fix version number
Browse files- 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
|
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
|