Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
Paths are now relative to the working directory
 instead of the simulation XML
  • Loading branch information
gmiclotte committed Oct 19, 2023
1 parent 2915be0 commit 3437f2a
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.10"
__version__ = "1.2.0"

__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.10"
version = "v1.2.0"
print_welcome(version)
if argv is None:
argv = sys.argv
Expand Down

1 comment on commit 3437f2a

@gmiclotte
Copy link
Collaborator Author

@gmiclotte gmiclotte commented on 3437f2a Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually having second thoughts about this, might revert and make a v1.3.0 ...

Please sign in to comment.