Skip to content

Commit

Permalink
ss-main: added depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulstice committed Apr 5, 2022
1 parent 6de3086 commit fb201a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def draw_cgenff_molecule(self):
'''

if self.cgenff_stream_file:
if self.cgenff_molecule:

hetereo_atom_types = [i for i in self.cgenff_molecule.atoms if i.split()[2][0] != 'H']

Expand Down
2 changes: 1 addition & 1 deletion global_chem_extensions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# ----
setup(
name="global_chem_extensions",
version="0.9.7",
version="0.9.8",
packages=find_packages(),
license='MPL 2.0',
author="Suliman Sharif",
Expand Down

0 comments on commit fb201a5

Please sign in to comment.