Skip to content

Commit

Permalink
Bump version to v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jun 2, 2023
1 parent d691729 commit b9f1e8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v4.1.3
* Fix a bug that resulting in poor clustering results (#179)

## v4.1.2
* Fix a bug in src/create_fasta.py
* Bugfix: Make seeding the RNG work from command line
Expand Down
2 changes: 1 addition & 1 deletion vamb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
7) Split bins using vamb.vambtools
"""

__version__ = (4, 1, 2)
__version__ = (4, 1, 3)

from . import vambtools
from . import parsebam
Expand Down

0 comments on commit b9f1e8f

Please sign in to comment.