Skip to content

Commit

Permalink
mesh update
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Sep 9, 2023
1 parent 4df2b7c commit ad3d6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/napatrackmater/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def load_json(fpath):


__all__ = (
# "DeepEmbeddedClustering",
"CloudAutoEncoder",
"Clustering",
)
Expand Down
4 changes: 2 additions & 2 deletions src/napatrackmater/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = version = "4.1.3"
__version_tuple__ = version_tuple = (4, 1, 3)
__version__ = version = "4.1.4"
__version_tuple__ = version_tuple = (4, 1, 4)

0 comments on commit ad3d6bd

Please sign in to comment.