Skip to content

Commit

Permalink
fixed binding to qmol_from_ctab
Browse files Browse the repository at this point in the history
  • Loading branch information
rvianello committed Jun 12, 2015
1 parent f594c8d commit 4bbc4aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_rdkit/models/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, *args, **kwargs):
('mol_from_ctab', MolField),
('qmol', MolField),
('qmol_from_smiles', MolField),
('qmol_from_smarts', MolField),
('qmol_from_ctab', MolField),
('mol_to_smiles', models.CharField),
('mol_to_smarts', models.CharField),
('mol_to_ctab', models.TextField),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_packages(package):

setup(
name='django-rdkit',
version='0.0.1',
version='0.0.2',
description='',
packages = get_packages('django_rdkit'),
zip_safe=False,
Expand Down

0 comments on commit 4bbc4aa

Please sign in to comment.