Skip to content

Commit bb55ff4

Browse files
committed
Release version
1 parent 4386b34 commit bb55ff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mikeio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
1919
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2020
#
21-
__version__ = "0.10.dev0"
21+
__version__ = "0.10.1"
2222

2323
if "64" not in architecture()[0]:
2424
raise Exception("This library has not been tested for a 32 bit system.")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="mikeio",
8-
version="0.10.dev0",
8+
version="0.10.1",
99
install_requires=[
1010
"mikecore>=0.1.2",
1111
"numpy>=1.15.0.", # first version with numpy.quantile

0 commit comments

Comments
 (0)