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 3, 2022
1 parent 3272a25 commit 35f9ba2
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 @@ -14,7 +14,7 @@
from rdkit.Chem import AllChem
from rdkit.Chem import GetPeriodicTable

class GAFF2Molecule(object):
class GaFF2Molecule(object):


__version__ = '0.0.1'
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.8.1",
version="0.8.3",
packages=find_packages(),
license='MPL 2.0',
author="Suliman Sharif",
Expand Down

0 comments on commit 35f9ba2

Please sign in to comment.