Skip to content

Commit

Permalink
fixed meeko slim
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Feb 12, 2023
1 parent 81404a8 commit de7c863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package/slim_meeko.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
for line in fh:
if line.startswith('__version__'):
break
else:
line = ''

with open(meeko_file, 'w') as fw:
fw.write(line)
4 changes: 2 additions & 2 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

__all__ = ['DOCKEY_VERSION', 'DOCKEY_BUILD', 'DOCKEY_ABOUT']

DOCKEY_VERSION = "0.8.0"
DOCKEY_VERSION = "0.8.1"

DOCKEY_BUILD = "221222"
DOCKEY_BUILD = "230212"

DOCKEY_ABOUT = """
<p>Dockey - Molecular Docking and Virtual Screening</p>
Expand Down

0 comments on commit de7c863

Please sign in to comment.