Skip to content

Commit 45958e6

Browse files
committed
🚀 Bump version to 0.2.0
1 parent 20cbedf commit 45958e6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/changelog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
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

1111
## Version 0.2.0
12-
_in development_
1312

1413
### [User Guide](https://scikit-uplift.readthedocs.io/en/latest/user_guide.html)
1514

@@ -34,10 +33,9 @@ _in development_
3433
* 💥 Add [plot_qini_curve](https://scikit-uplift.readthedocs.io/en/latest/api/viz/plot_qini_curve.html) function.
3534
* ❗ Remove `plot_uplift_qini_curves`.
3635

37-
3836
### Miscellaneous
3937

40-
* 💥 Add contributors in main Readme and in index page of docs.
38+
* 💥 Add contributors in main Readme and in main page of docs.
4139
* 💥 Add [contributing guide](https://scikit-uplift.readthedocs.io/en/latest/contributing.html).
4240
* 💥 Add [code of conduct](https://github.com/maks-sh/scikit-uplift/blob/master/.github/CODE_OF_CONDUCT.md).
4341
* 📝 Reformat [Tutorials](https://scikit-uplift.readthedocs.io/en/latest/tutorials.html) page.

sklift/__init__.py

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

0 commit comments

Comments
 (0)