Skip to content

Commit

Permalink
Dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Oct 11, 2024
1 parent 96fcf50 commit c02bb25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mikeio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = "2.1.1" # TODO use git hash instead for dev version?
__version__ = "2.2.dev1" # TODO use git hash instead for dev version?
# __version__ = "1.5.0"
__dfs_version__: int = 220

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude = ["notebooks", "tests", "images", ".github", "docs", ".devcontainer", "

[project]
name="mikeio"
version="2.1.1"
version="2.2.dev1"
dependencies = [
"mikecore>=0.2.1",
"numpy>=1.22.0",
Expand Down

0 comments on commit c02bb25

Please sign in to comment.