Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 18, 2024
1 parent 7718856 commit c119596
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v1.7.2 (2024-03-18)

### Fix

* fix: fix release and publish scripts. ([`7718856`](https://github.com/omadson/fuzzy-c-means/commit/7718856ed5823b68129e28839b174b60d75239a3))


## v1.7.1 (2024-03-18)

### Build
Expand Down
2 changes: 1 addition & 1 deletion fcmeans/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"""fuzzy-c-means - A simple implementation of Fuzzy C-means algorithm."""
from .main import FCM

__version__ = "1.7.1"
__version__ = "1.7.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fuzzy-c-means"
version = "1.7.1"
version = "1.7.2"
description = "A simple python implementation of Fuzzy C-means algorithm."
authors = ["Madson Dias <madsonddias@gmail.com>"]

Expand Down

0 comments on commit c119596

Please sign in to comment.