Skip to content

Commit fa32c63

Browse files
committed
Fix indent
1 parent b018b68 commit fa32c63

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
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2020
#
2121

22-
__version__ = "1.6.dev0" # TODO use git hash instead for dev version?
22+
__version__ = "1.5.1" # TODO use git hash instead for dev version?
2323
# __version__ = "1.5.0"
2424
__dfs_version__: int = 150
2525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name="mikeio"
7-
version="1.6.dev0"
7+
version="1.5.1"
88
dependencies = [
99
"mikecore>=0.2.1",
1010
"numpy>=1.15.0", # first version with numpy.quantile

0 commit comments

Comments
 (0)