We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb5dcd commit cc91697Copy full SHA for cc91697
fastkmeans/__init__.py
@@ -1,4 +1,4 @@
1
from .kmeans import FastKMeans
2
3
__all__ = ["FastKMeans"]
4
-__version__ = "0.3.0"
+__version__ = "0.4.0"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "fastkmeans"
-version = "0.3.0"
+version = "0.4.0"
description = "Add your description here"
5
readme = "README.md"
6
requires-python = ">=3.8"
0 commit comments