Skip to content

Commit

Permalink
Merge pull request #276 from yfukai/release
Browse files Browse the repository at this point in the history
  • Loading branch information
yfukai authored Feb 3, 2023
2 parents 32af5a4 + bef9dee commit ece5a4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "laptrack"
version = "0.9.1"
version = "0.10.0"
description = "LapTrack"
authors = ["Yohsuke Fukai <ysk@yfukai.net>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion src/laptrack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
"metric_utils",
]

__version__ = "0.9.1"
__version__ = "0.10.0"
2 changes: 1 addition & 1 deletion src/laptrack/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def mouse_epidermis() -> IntArray:
Returns
-------
data: pd.DataFrame
data: IntArray
The labels.
"""
return fetch("mouse_epidermis")

0 comments on commit ece5a4c

Please sign in to comment.