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 4386b34 commit bb55ff4Copy full SHA for bb55ff4
mikeio/__init__.py
@@ -18,7 +18,7 @@
18
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
19
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
20
#
21
-__version__ = "0.10.dev0"
+__version__ = "0.10.1"
22
23
if "64" not in architecture()[0]:
24
raise Exception("This library has not been tested for a 32 bit system.")
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="mikeio",
8
- version="0.10.dev0",
+ version="0.10.1",
9
install_requires=[
10
"mikecore>=0.1.2",
11
"numpy>=1.15.0.", # first version with numpy.quantile
0 commit comments