Skip to content

Commit 156f6c9

Browse files
committed
Bump version to v4.1.2
1 parent a5c3502 commit 156f6c9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v4.1.2
4+
* Fix a bug in src/create_fasta.py
5+
* Bugfix: Make seeding the RNG work from command line
6+
* Bump compatible Cython version
7+
38
## v4.1.1
49
* Create tmp directory in parsebam if needed for pycoverm (issue # 167)
510

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, 1)
22+
__version__ = (4, 1, 2)
2323

2424
from . import vambtools
2525
from . import parsebam

0 commit comments

Comments
 (0)