Skip to content

Commit 032044f

Browse files
committed
Update for release
1 parent 6b80a01 commit 032044f

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
@@ -19,7 +19,7 @@
1919
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
2020
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2121
#
22-
__version__ = "0.6.dev3"
22+
__version__ = "0.6.3"
2323

2424
if "64" not in architecture()[0]:
2525
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.6.dev3",
8+
version="0.6.3",
99
install_requires=["pythonnet", "numpy", "pandas", "scipy", "pyyaml", "tqdm"],
1010
extras_require={
1111
"dev": [

0 commit comments

Comments
 (0)