Skip to content

Commit

Permalink
ss-main: added first pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulstice committed Mar 26, 2022
1 parent 60a8cb4 commit 4c438ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from molpdf import MolPDF, MolPDFParser

class MolPDFAdpater(object):
class MolPDFAdapter(object):

__version__ = '0.0.1'

Expand Down
3 changes: 2 additions & 1 deletion global_chem_extensions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ sklearn
dimorphite_dl
partialsmiles
pysmiles
molvs
molvs
molpdf
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.5.7",
version="0.5.9",
packages=find_packages(),
license='MPL 2.0',
author="Suliman Sharif",
Expand Down

0 comments on commit 4c438ec

Please sign in to comment.