Skip to content

Commit

Permalink
Merge pull request #12 from omadson/hotfix/dynamic-versioning
Browse files Browse the repository at this point in the history
fix dynamic versioning
  • Loading branch information
omadson committed Dec 2, 2020
2 parents 8897991 + 90e3a24 commit 2c3f7cb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fcmeans"
version = "1.0.1"
name = "fuzzy-c-means"
version = "1.2.1"
description = ""
authors = ["Madson Dias <madsonddias@gmail.com>", "dirk <https://github.com/dirknbr>", "José Alberth <jalberth14@gmail.com>"]

Expand All @@ -17,6 +17,11 @@ include = [
"LICENSE",
]

packages = [
{ include = "fcmeans" }
]


[tool.poetry.dependencies]
python = "^3.8"
jax = "^0.2.6"
Expand Down

0 comments on commit 2c3f7cb

Please sign in to comment.