Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmijn authored Dec 18, 2024
1 parent 0a17db2 commit 79bf621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydromt_fiat/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
major = 0
minor = 5
patch = 0
suffix = "dev"
suffix = ".dev"

__version__ = f"{major}.{minor}.{patch}{suffix}"

0 comments on commit 79bf621

Please sign in to comment.