Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiclotte committed Oct 26, 2023
1 parent 0035973 commit 9bb2364
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.2.1"
__version__ = "1.2.2"

__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 @@ -342,7 +342,7 @@ def print_usage():


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

0 comments on commit 9bb2364

Please sign in to comment.