Skip to content

Commit

Permalink
Bump version to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed May 28, 2023
1 parent a5c3502 commit 156f6c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v4.1.2
* Fix a bug in src/create_fasta.py
* Bugfix: Make seeding the RNG work from command line
* Bump compatible Cython version

## v4.1.1
* Create tmp directory in parsebam if needed for pycoverm (issue # 167)

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

from . import vambtools
from . import parsebam
Expand Down

0 comments on commit 156f6c9

Please sign in to comment.