We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b018b68 commit fa32c63Copy full SHA for fa32c63
mikeio/__init__.py
@@ -19,7 +19,7 @@
19
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
20
#
21
22
-__version__ = "1.6.dev0" # TODO use git hash instead for dev version?
+__version__ = "1.5.1" # TODO use git hash instead for dev version?
23
# __version__ = "1.5.0"
24
__dfs_version__: int = 150
25
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name="mikeio"
7
-version="1.6.dev0"
+version="1.5.1"
8
dependencies = [
9
"mikecore>=0.2.1",
10
"numpy>=1.15.0", # first version with numpy.quantile
0 commit comments