Skip to content

Commit 367c449

Browse files
committed
version bump to 0.1.5
1 parent 3bbd087 commit 367c449

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.1.5] - 2024-04-26
4+
### Fixed
5+
- Fix a bug causing `tqdm` being disabled ([3bbd087](https://github.com/xinehc/melon/commit/3bbd087b8867e3167973a746af14f1fd797f9746)).
6+
37
## [0.1.4] - 2024-04-26
48
### Changed
59
- Use `tqdm` for logging.

src/melon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.1.4'
1+
__version__ = '0.1.5'
22

33
from .melon import GenomeProfiler

0 commit comments

Comments
 (0)