Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiclotte committed May 15, 2023
1 parent 2364aa7 commit 613c4e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omsim/src/omsim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
'''

__version__ = "1.1.5"
__version__ = "1.1.6"

__title__ = "omsim"
__description__ = "Optical map simulator."
Expand Down
2 changes: 1 addition & 1 deletion omsim/src/omsim/omsim.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def print_usage():


def main(argv=None):
version = "v1.1.5"
version = "v1.1.6"
print_welcome(version)
if argv is None:
argv = sys.argv
Expand Down

0 comments on commit 613c4e4

Please sign in to comment.