Skip to content

Commit

Permalink
Updated version tag to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kirilenkobm committed Sep 27, 2023
1 parent 43927f1 commit 8b62080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Make Lastz Chains

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![version](https://img.shields.io/badge/version-2.0.6-blue)
![version](https://img.shields.io/badge/version-2.0.7-blue)
[![made-with-Nextflow](https://img.shields.io/badge/Made%20with-Nextflow-23aa62.svg)](https://www.nextflow.io/)

Portable Hillerlab solution for generating pairwise genome alignment chains.
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def to_string(self):
return self.version_repr


__version__ = Version(2, 0, 6)
__version__ = Version(2, 0, 7)

if __name__ == "__main__":
print(f"Make Lastz Chains Version: {__version__}")
Expand Down

0 comments on commit 8b62080

Please sign in to comment.