Skip to content

Commit

Permalink
Set version to 1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Durrant authored and Jacob Durrant committed Jan 10, 2019
1 parent 5530d5e commit 4a72009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Dimorphite-DL 1.0.0
===================
Dimorphite-DL 1.0
=================

What is it?
-----------
Expand All @@ -25,7 +25,7 @@ usage: dimorphite_dl.py [-h] [--min_ph MIN] [--max_ph MAX]
[--smiles_file FILE] [--output_file FILE]
[--label_states] [--test]
Dimorphite 1.0.0: Creates models of appropriately protonated small moleucles.
Dimorphite 1.0: Creates models of appropriately protonated small moleucles.
Apache 2.0 License. Copyright 2018 Jacob D. Durrant.
optional arguments:
Expand Down
2 changes: 1 addition & 1 deletion dimorphite_dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def get_args():
:return: A parser object.
"""

parser = MyParser(description="Dimorphite 1.0.0: Creates models of " +
parser = MyParser(description="Dimorphite 1.0: Creates models of " +
"appropriately protonated small moleucles. " +
"Apache 2.0 License. Copyright 2018 Jacob D. " +
"Durrant.")
Expand Down

0 comments on commit 4a72009

Please sign in to comment.