Skip to content

Commit 70140ee

Browse files
committed
🚀 Bump version to 0.4.1
1 parent 77fd089 commit 70140ee

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
* 🔨 something that previously didn’t work as documented – or according to reasonable expectations – should now work.
99
* ❗️ you will need to change your code to have the same effect in the future; or a feature will be removed in the future.
1010

11+
## Version 0.4.1
12+
13+
### [sklift.datasets](https://www.uplift-modeling.com/en/v0.4.0/api/datasets/index.html)
14+
15+
* 🔨 Fix bug in dataset links.
16+
* 📝 Add about a company section
17+
1118
## Version 0.4.0
1219

1320
### [sklift.metrics](https://www.uplift-modeling.com/en/v0.4.0/api/index/metrics.html)

sklift/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.0'
1+
__version__ = '0.4.1'

0 commit comments

Comments
 (0)