Skip to content

Commit c02bb25

Browse files
committed
Dev version
1 parent 96fcf50 commit c02bb25

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
@@ -21,7 +21,7 @@
2121
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2222
#
2323

24-
__version__ = "2.1.1" # TODO use git hash instead for dev version?
24+
__version__ = "2.2.dev1" # TODO use git hash instead for dev version?
2525
# __version__ = "1.5.0"
2626
__dfs_version__: int = 220
2727

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude = ["notebooks", "tests", "images", ".github", "docs", ".devcontainer", "
77

88
[project]
99
name="mikeio"
10-
version="2.1.1"
10+
version="2.2.dev1"
1111
dependencies = [
1212
"mikecore>=0.2.1",
1313
"numpy>=1.22.0",

0 commit comments

Comments
 (0)