Skip to content

Commit

Permalink
Up the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmacaulay committed Aug 25, 2024
1 parent ba0194f commit b669d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = ["src/echosms"]

[project]
name = 'echosms'
version = '0.1.4'
version = '0.1.5'
license = {file = "LICENSE"}
keywords = ["acoustic", "backscatter", "model"]
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/echosms/scattermodelbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def calculate_ts(self, data, multiprocess=False, result_type=None):
: list, Series, DataFrame, or DataArray
Returns the TS. Variable type is determined by the type of `data`:
- dict input returns a list (or DataFrame if `result_type` is `expand`).
- dict input returns a list or DataFrame (if `result_type` is `expand`).
- DataFrame input returns a Series
- DataArray input returns the given DataArray with the values set to the TS
Expand Down

0 comments on commit b669d8d

Please sign in to comment.