Skip to content

Commit

Permalink
Patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Jun 9, 2023
1 parent 3c321e2 commit f4ea3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mikeio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = "1.6.0" # TODO use git hash instead for dev version?
__version__ = "1.6.1" # TODO use git hash instead for dev version?
# __version__ = "1.5.0"
__dfs_version__: int = 160

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name="mikeio"
version="1.6.0"
version="1.6.1"
dependencies = [
"mikecore>=0.2.1",
"numpy>=1.15.0", # first version with numpy.quantile
Expand Down

0 comments on commit f4ea3dc

Please sign in to comment.