Skip to content

Commit

Permalink
Release version
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Aug 26, 2024
1 parent 563962b commit a0df19a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mikeio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = "2.1.dev1" # TODO use git hash instead for dev version?
__version__ = "2.1.0" # TODO use git hash instead for dev version?
# __version__ = "1.5.0"
__dfs_version__: int = 200
__dfs_version__: int = 210


if "64" not in architecture()[0]:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allow-direct-references = true

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

0 comments on commit a0df19a

Please sign in to comment.