Skip to content

Commit 7c03488

Browse files
committed
Bump version
1 parent a484eff commit 7c03488

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mikeio/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2020
#
2121

22-
__version__ = "1.2.3"
23-
__dfs_version__: int = 123
22+
__version__ = "1.2.4"
23+
__dfs_version__: int = 124
2424

2525

2626
if "64" not in architecture()[0]:

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="1.2.3",
8+
version="1.2.4",
99
install_requires=[
1010
"mikecore>=0.2.1",
1111
"numpy>=1.15.0", # first version with numpy.quantile

0 commit comments

Comments
 (0)