Skip to content

Commit cc91697

Browse files
committed
version bump
1 parent 5bb5dcd commit cc91697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastkmeans/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .kmeans import FastKMeans
22

33
__all__ = ["FastKMeans"]
4-
__version__ = "0.3.0"
4+
__version__ = "0.4.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastkmeans"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)