Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
remimorvan committed Oct 25, 2024
1 parent d07fee6 commit 2940661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion knowledge_clustering/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Version of knowledge-clustering."""
VERSION = "0.7.0"
VERSION = "0.7.1"
4 changes: 1 addition & 3 deletions knowledge_clustering/check_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ def check_update() -> None:
"\n"
+ add_bold(add_orange("[notice]"))
+ " To update, run: "
+ add_green(
"python3 -m pip install --upgrade knowledge-clustering"
)
+ add_green("python3 -m pip install --upgrade knowledge-clustering")
)
print(msg)

0 comments on commit 2940661

Please sign in to comment.