Skip to content

Commit a3ea732

Browse files
committed
Tweak markdown and bump version
1 parent 0b9c7fe commit a3ea732

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Goal
1+
# ⚠️⚠️⚠️ Summary ⚠️⚠️⚠️
22

3-
This repo implements the brownout strategy for deprecating the `sklearn`
4-
package on PyPI.
3+
⚠️⚠️⚠️ The **`sklearn` PyPI package is deprecated use `scikit-learn` instead** ⚠️⚠️⚠️
54

65
# How to fix the error for the main use cases
76

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ def maybe_raise_error(checked_datetime):
105105
long_description=LONG_DESCRIPTION,
106106
long_description_content_type="text/markdown",
107107
name="sklearn",
108-
version="0.0.post2",
108+
version="0.0.post4",
109109
)

0 commit comments

Comments
 (0)