Skip to content

Commit

Permalink
Bump version (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthiboust committed May 7, 2024
1 parent 60b1c7e commit c21c06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[project]
name = "somap"
version = "0.1.0"
version = "0.1.1"
description = "Self-Organizing Maps in python"
authors = [
{name = "Matthieu Thiboust", email = "14574229+mthiboust@users.noreply.github.com"},
]
dependencies = [
"jax==0.4.20",
"jax>=0.4.20",
"equinox>=0.11.1",
"jaxtyping>=0.2.23",
"beartype>=0.16.4",
Expand Down

0 comments on commit c21c06d

Please sign in to comment.