Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Jul 26, 2024
1 parent eb56f9c commit 3f99d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ install_requires =
napari
natsort
seaborn
cellshape-cloud
cellshape-helper
kapoorlabs-lightning
lightning
trimesh
Expand All @@ -46,7 +44,7 @@ install_requires =
pymesh
torchsummary
statsmodels
numpy<=1.24.0



python_requires = >=3.8
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 = "5.4.3"
__version_tuple__ = version_tuple = (5, 4, 3)
__version__ = version = "5.4.4"
__version_tuple__ = version_tuple = (5, 4, 4)

0 comments on commit 3f99d52

Please sign in to comment.