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 a484eff commit 7c03488Copy full SHA for 7c03488
mikeio/__init__.py
@@ -19,8 +19,8 @@
19
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
20
#
21
22
-__version__ = "1.2.3"
23
-__dfs_version__: int = 123
+__version__ = "1.2.4"
+__dfs_version__: int = 124
24
25
26
if "64" not in architecture()[0]:
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="mikeio",
8
- version="1.2.3",
+ version="1.2.4",
9
install_requires=[
10
"mikecore>=0.2.1",
11
"numpy>=1.15.0", # first version with numpy.quantile
0 commit comments