Skip to content

Commit b9f1e8f

Browse files
committed
Bump version to v4.1.3
1 parent d691729 commit b9f1e8f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v4.1.3
4+
* Fix a bug that resulting in poor clustering results (#179)
5+
36
## v4.1.2
47
* Fix a bug in src/create_fasta.py
58
* Bugfix: Make seeding the RNG work from command line

vamb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
7) Split bins using vamb.vambtools
2020
"""
2121

22-
__version__ = (4, 1, 2)
22+
__version__ = (4, 1, 3)
2323

2424
from . import vambtools
2525
from . import parsebam

0 commit comments

Comments
 (0)