bump version
Browse files
pdb_protein_ligand_complexes.py
CHANGED
@@ -57,7 +57,7 @@ _URLs = {name: _URL+_file_names[name] for name in _file_names}
|
|
57 |
class ProteinLigandContacts(datasets.ArrowBasedBuilder):
|
58 |
"""List of protein sequences, ligand SMILES, and complex contacts."""
|
59 |
|
60 |
-
VERSION = datasets.Version("1.
|
61 |
|
62 |
def _info(self):
|
63 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
|
|
57 |
class ProteinLigandContacts(datasets.ArrowBasedBuilder):
|
58 |
"""List of protein sequences, ligand SMILES, and complex contacts."""
|
59 |
|
60 |
+
VERSION = datasets.Version("1.2.0")
|
61 |
|
62 |
def _info(self):
|
63 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|