Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Feb 12, 2024
1 parent 905a098 commit ff79663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions mikeio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = "1.7.dev1" # TODO use git hash instead for dev version?
__version__ = "1.7.0" # TODO use git hash instead for dev version?
# __version__ = "1.5.0"
__dfs_version__: int = 160
__dfs_version__: int = 170


if "64" not in architecture()[0]:
Expand All @@ -48,7 +48,7 @@
def read(
filename: str | Path,
*,
items: str | int | Sequence[str |int] | None = None,
items: str | int | Sequence[str | int] | None = None,
time: int | str | slice | None = None,
keepdims: bool = False,
**kwargs,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude = ["notebooks", "tests", "images"]

[project]
name="mikeio"
version="1.7.dev1"
version="1.7.0"
dependencies = [
"mikecore>=0.2.1",
"numpy>=1.22.0",
Expand Down

0 comments on commit ff79663

Please sign in to comment.