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 91287f6 commit b5cda6dCopy full SHA for b5cda6d
mikeio/__init__.py
@@ -21,7 +21,7 @@
21
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
22
#
23
24
-__version__ = "2.0.0" # TODO use git hash instead for dev version?
+__version__ = "2.1.dev0" # TODO use git hash instead for dev version?
25
# __version__ = "1.5.0"
26
__dfs_version__: int = 200
27
pyproject.toml
@@ -10,7 +10,7 @@ allow-direct-references = true
10
11
[project]
12
name="mikeio"
13
-version="2.0.0"
+version="2.1.dev0"
14
dependencies = [
15
"mikecore>=0.2.1",
16
"numpy>=1.22.0",
0 commit comments