We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d691729 commit b9f1e8fCopy full SHA for b9f1e8f
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v4.1.3
4
+* Fix a bug that resulting in poor clustering results (#179)
5
+
6
## v4.1.2
7
* Fix a bug in src/create_fasta.py
8
* Bugfix: Make seeding the RNG work from command line
vamb/__init__.py
@@ -19,7 +19,7 @@
19
7) Split bins using vamb.vambtools
20
"""
21
22
-__version__ = (4, 1, 2)
+__version__ = (4, 1, 3)
23
24
from . import vambtools
25
from . import parsebam
0 commit comments