Skip to content

Commit

Permalink
Test autopublish
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdwill committed Apr 29, 2024
1 parent 3a0dcb6 commit adfefb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# K-Means Clustering

![Docs](https://github.com/tjdwill/kmeans/blob/main/.github/workflows/sitebuild.yml/badge.svg)
![PyPI](https://github.com/tjdwill/kmeans/blob/main/.github/workflows/python-publish.yml/badge.svg)
[![PyPI version](https://badge.fury.io/py/kmeans-tjdwill.svg)](https://badge.fury.io/py/kmeans-tjdwill)
[![Docs](https://github.com/tjdwill/kmeans/actions/workflows/sitebuild.yml/badge.svg)](https://tjdwill.github.io/kmeans)


A repository documenting the implementation of k-Means clustering in Python. Usage examples can be found in the `tests` directory.

Expand Down
2 changes: 1 addition & 1 deletion src/kmeans-tjdwill/kmeans/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set version num
__version__ = "1.0.2"
__version__ = "1.0.3"

# Set user API
from kmeans.clustering import cluster, MaxIterationError
Expand Down

0 comments on commit adfefb2

Please sign in to comment.