Skip to content

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiclotte committed Sep 20, 2023
1 parent e122166 commit 4d4536b
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.8"
__version__ = "1.1.9"

__title__ = "omsim"
__description__ = "Optical map simulator."
Expand Down
2 changes: 1 addition & 1 deletion omsim/src/omsim/omsim.py
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.8"
version = "v1.1.9"
print_welcome(version)
if argv is None:
argv = sys.argv
Expand Down

0 comments on commit 4d4536b

Please sign in to comment.